Why is the library function 'puts'used for?
Prints whatever is given and print it to the screen
Prints whatever is given and insert a new(blank) line
Gets input from the user
None of the mentioned
Correct Answer: B — Prints whatever is given and insert a new(blank) line
Explanation:
Puts is a library function which prints and then insert a new blank line.