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