Multiple Choice
After the following statement executes, what value is stored in the variable num?
num
A) 1000
B) 999 (1000 minus 1 for the null terminator)
C) "1000"
D) "thousand"
E) None of these
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: When using the strcat function you must
Q24: The null terminator stands for this ASCII
Q25: This function accepts a C-string as an
Q26: This library function reverses the order of
Q27: This is the escape sequence representing the
Q28: This function accepts a pointer to a
Q30: A practical application of this function is
Q31: To determine whether a character entered is
Q32: To change a character argument from lower
Q33: This function accepts a C-string containing a