Vidyalelo
C Programming · Q254

File Input Output

Programming · C Programming · question 254

Q254

What will be the output of the following C code? scanf(“ %d %d %d”,&n1,&n2);

A.
read data for two
B.
generate error
Answer
C.
read data for three
D.
nothing can be said

Answer: Option B

Solution

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