

MCQOPTIONS
Saved Bookmarks
1. |
puts() does the following when it writes to stdout. |
A. | Deletes everything |
B. | Adds 't' to the line written |
C. | Deletes the terminating 'n' |
D. | Adds 'n' to the line written |
Answer» E. | |