C Programming
Which of the following function is more appropriate for reading in a multi-word string?

scanf()
None of these
printf()
puts()
gets()

ANSWER DOWNLOAD EXAMIANS APP

C Programming
Use of functions

Enhances the logical clarity of the program.
All of these
Helps to avoid repeating a set of statements many times.
Makes the debugging task easier.
Helps to avoid repeated programming across programs.

ANSWER DOWNLOAD EXAMIANS APP