

MCQOPTIONS
Saved Bookmarks
1. |
"My salary was increased by 15%" Select the statement, which will EXACTLY reproduce the line of text above. |
A. | printf("My salary was increased by 15/%!"); |
B. | printf("My salary was increased by 15%!"); |
C. | printf("My salary was increased by 15'%'!"); |
D. | printf("My salary was increased by 15%%!"); |
Answer» E. | |