Multiple Choice
____ is an example of how you can declare a string in C.
A) string name;
B) string name[20];
C) String name;
D) char name[20];
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q26: _ are continuous streams of data.<br>A)Arrays<br>B)Strings<br>C)Files<br>D)Pointers
Q27: The _ format specifier is used to
Q28: fgetch()reads a single character from the file
Q29: C++ enables function _,which makes the functions
Q30: The _ scanf()format specifier is used to
Q32: Match each item with a statement below.<br>-denotes
Q33: When you represent character data in a
Q34: What is an object?
Q35: The original UNIX operating system was written
Q36: Dennis Ritchie and Brian Kernighan rewrote most