MCQOPTIONS
Saved Bookmarks
| 1. |
What is the meaning of the following C statement?printf( %10s , state); |
| A. | Print empty spaces if the string state is less than 10 characters |
| B. | Print the last 10 characters of the string |
| C. | 10 spaces before the string state is printed |
| D. | All of above |
| E. | None of these |
| Answer» B. Print the last 10 characters of the string | |