Page 1 of 1

What will be the output for the given code printf(“\n The number is %07d”,1212);

Posted: Wed Jul 13, 2022 7:54 pm
by answerhappygod
a) The number is 0001212
b) The number is 1212
c) The number is 1212
d) The number is 1212000