Multiple Choice
The statement ____ is a direct replacement for the statement puts(message) ;.
A) printf("%s",message) ;
B) printf("%s\n",message) ;
C) scanf("%s",message) ;
D) scanf("%s\n",message) ;
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q17: The getchar() and putchar() functions deal with
Q18: The char[] itoa(string) function converts an integer
Q19: _ is an example of a string.<br>A)'a'<br>B){'s',
Q20: Both '\n' and "\n" are recognized by
Q21: The _ function continuously accepts and stores
Q23: Trying to enter the characters This is
Q24: Line 5 in the function below can
Q25: Programs that use the isalpha() routine must
Q26: In C, a string is stored as
Q27: Typically, the _ function is used to