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

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

ANSWER DOWNLOAD EXAMIANS APP

C Programming
C preprocessor

Takes care of macros
Takes care of include files
Takes care of conditional compilation
All of these
Acts before compilation

ANSWER DOWNLOAD EXAMIANS APP