Question: What is the use of symbol * in the control string as shown [=%[*][width] [modifiers] type=]?

Options

A : * is optional and used when the data should be read from the stream but ignored

B : * is not optional, used to read data from the stream but it is not ignored

C : * is not optional, it is used to read data stream but ignored

D : * is optional and used to read data from stream but it is not ignored

Click to view Correct Answer

Next

C Scanf more questions

Another notation for exponentiation.

Comment in COBOL is denoted by ________

Which of the following is not a combinatory?

The expression 5 – 2 – 3 * 5 –....

If a * b = a such that a ?....

Which of the following statement(s) is/are correct?

Evaluation of 4*5+3/2-9 in prefix notation.

For the expression (7-(4*5))+(9/3) which of the following is the....

The postfix form of A*B+C/D is?

Which of the following is not an operator in C?

Chemical Engineering Basics - Part 1 more Online Exam Quiz

C Multiple Choice Scanf

C Multiple Choice Stringizers

C Multiple Choice String Operations

C Printf

C Recursion

C Signed Qualifier

C String Operations

C Token Concatenation

C Typedef

C Varargs