InterviewSolution
Saved Bookmarks
| 1. |
Which of the following is NOT a delimiter for an input in scanf?(a) Enter(b) Space(c) Tab(d) None of the mentionedThis question was addressed to me in class test.This intriguing question comes from Formatted Input in portion Input and Output in C of C |
|
Answer» RIGHT choice is (d) None of the mentioned To explain I WOULD SAY: None. |
|