Q32
What is the output of the following code: char str[10]; cout << sizeof(str); in C++?
A.
9
B.
11
C.
10
AnswerD.
Compilation error
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board