Multiple Choice
____ is an example of a string.
A) 'a'
B) {'s', 't', 'r', 'i', 'n', 'g'}
C) "\n"
D) 'This is a string.'
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q14: The value assigned to the NULL constant
Q15: puts() substitutes \0 when an \n is
Q16: The NULL statement is '\0';.
Q17: The getchar() and putchar() functions deal with
Q18: The char[] itoa(string) function converts an integer
Q20: Both '\n' and "\n" are recognized by
Q21: The _ function continuously accepts and stores
Q22: The statement _ is a direct replacement
Q23: Trying to enter the characters This is
Q24: Line 5 in the function below can