ObjectiveMcq
Print Protected
This page is protected for print. Use the website to view the content.
Why is the library function 'puts'used for?
Correct Answer: B — Prints whatever is given and insert a new(blank) line
Puts is a library function which prints and then insert a new blank line.