Question: Which of the following is an invalid method for input?

Options

A : scanf(“%d%d%d”,&a, &b, &c);

B : scanf(“%d %d %d”, &a, &b, &c);

C : scanf(“Three values are %d %d %d”,&a,&b,&c);

D : none of the mentioned

Click to view Correct Answer

Previous || Next

C Interview Questions Formatted Input more questions

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()?

What is the prototype of scanf function?

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....

In __________ phase the hacker exploits the network or system....

Chemical Engineering Basics - Part 1 more Online Exam Quiz

C Interview Questions Character Pointers Functions

C Interview Questions Command Line Arguments

C Interview Questions Conditional Inclusion

C Interview Questions Experienced Break Continue

C Interview Questions Experienced Precedence Order Evaluation

C Interview Questions Freshers Self Referential Structures

C Interview Questions Freshers Standard Input Output

C Interview Questions Register Variables

C Interview Questions Relational Logical Operators

C Interview Questions Switch Statements