Multiple Choice
What is the use of symbol * in the control string as shown [=%[*][width] [modifiers] type=]?
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
Correct Answer:

Verified
Correct Answer:
Verified
Q20: If the conversion characters of int d,
Q21: Which of the following function with ellipsis
Q22: Which header file includes a function for
Q23: The syntax of the scanf() is scanf("control
Q24: The standard header _ is used for
Q26: What happens when zero flag is used
Q27: What error is generated on placing an
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