

InterviewSolution
Saved Bookmarks
1. |
Pick the odd one out from the following and give reason.gets() getline() getch() getchar() |
Answer» getline() – It is a stream function where as the others are console functions. |
|