Vidyalelo
C++ Programming · Q3

Arrays and Strings in C++

Programming · C++ Programming · question 3

Q3

What is the size of the following array declaration in C++: char str[10];?

A.
11
B.
10
Answer
C.
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