Multiple Choice
Which of the following represents the function for scanf() ?
A) void scanf(char *format, …)
B) int scanf(char *format, …)
C) char scanf(int format, …)
D) char *scanf(char *format, …)
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q28: Which of the following macro extracts an
Q29: What is the value of EOF?<br>A)-1<br>B)0<br>C)1<br>D)10
Q30: Which of the following doesn't require an
Q31: The maximum number of characters to be
Q32: The conversion characters d, i, o, u,
Q34: What specifies the minimum number of characters
Q35: What symbol is used to Left-justify within
Q36: Which of the following is an invalid
Q37: What are the Properties of the first
Q38: What will be the output for the