Multiple Choice
Which of the following defines an array of C-strings that will hold 49 characters and the null terminator?
A) char [49];
B) char str[50];
C) char[50] str;
D) character str[50];
E) None of these
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q29: Which of the following will return true
Q30: To test whether a character is a
Q31: To test whether a character is a
Q32: The function that accepts a C-string containing
Q33: Although C++ provides ample library functions to
Q35: The following string that uses a semicolon
Q36: The escape sequence that represents the null
Q37: The function that reverses the order of
Q38: The itoa function is similar to atoi
Q39: By being able to pass arrays as