Vidyalelo
C Programming · Q116

File Input Output

Programming · C Programming · question 116

Q116

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

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board