1.

Control string specifies the type and format of the data that has to be obtained from the keyboard.(a) true(b) falseThis question was addressed to me at a job interview.I'm obligated to ask this question of scanf topic in portion Input and Output in C of C

Answer»

Correct choice is (a) true

For explanation: The CONTROL STRING specifies the TYPE and format of the data that has to be obtained from the keyboard and store in the memory locations pointed by the arguments arg1,arg2….argn.



Discussion

No Comment Found

Related InterviewSolutions