Q139
What will be the output for the given code. printf(" The number is %07d",1212);
A.
The number is 0001212
AnswerB.
The number is 1212
C.
The number is 071212
D.
The number is 1212000
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board