What will be the output for the given code printf(“\n The number is %07d”,1212);
Posted: Wed Jul 13, 2022 7:54 pm
a) The number is 0001212
b) The number is 1212
c) The number is 1212
d) The number is 1212000
b) The number is 1212
c) The number is 1212
d) The number is 1212000