Examveda

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

A. The number is 0001212

B. The number is 1212

C. The number is 071212

D. The number is 1212000

Answer: Option A


This Question Belongs to C Program >> File Input Output

Join The Discussion

Related Questions on File Input Output