McqMate
| Q. |
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 |
| Answer» A. The number is 0001212 | |
View all MCQs in
C LanguageNo comments yet