Q3
What is the size of the following array declaration in C++: char str[10];?
A.
11
B.
10
AnswerC.
Depends on the length of the string assigned to 'str'
D.
None of these
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board