Multiple Choice
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 1212.
D) The number is 1212000
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q33: Which of the following represents the function
Q34: What specifies the minimum number of characters
Q35: What symbol is used to Left-justify within
Q36: Which of the following is an invalid
Q37: What are the Properties of the first
Q39: Each call of va_arg _<br>A)Returns one argument<br>B)Steps
Q40: What is the meaning of the following
Q41: What is the default return-type of getchar()?<br>A)char<br>B)int<br>C)char
Q42: What is the purpose of sprintf?<br>A)It prints
Q43: What error will generate if the read