Vidyalelo
C Programming · Q139

File Input Output

Programming · C Programming · question 139

Q139

What will be the output for the given code. printf(" The number is %07d",1212);

A.
The number is 0001212
Answer
B.
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