Question: What is the prototype of scanf function?

Options

A : scanf("controlstring",arg1,arg2,arg3,….,argn);

B : scanf("control string", variable list);

C : scanf(" varible list,", control string);

D : scanf("arg1,arg2,arg3,….,argn", control string);

Click to view Correct Answer

Previous || Next

C Multiple Choice Scanf more questions

Which of the following element has the highest ionisation enthalpy?

What is the first element of the fourth transition series....

For a typical program, the input is taken using _________

ungetc() may be used with ________

Which of the following cannot be used with ungetc()?

Which of the following is an invalid method for input?

A program that performs lexical analysis is termed as:

It has encoded within it information on the possible sequences....

What goes over the characters of the lexeme to produce....

In which phase, the hackers install backdoors so that his/her....

Chemical Engineering Basics - Part 1 more Online Exam Quiz

C Multiple Choice General Utilities

C Multiple Choice Implementation Defined Limits

C Multiple Choice Mathematical Functions

C Multiple Choice Non Local Jumps

C Multiple Choice Printf

C Multiple Choice Stringizers

C Multiple Choice String Operations

C Printf

C Recursion

C Scanf