Q39
What is the output of the following code: char str[] = "Hello"; cout << strlen(str); in C++?
A.
Hello
B.
5
AnswerC.
Compilation error
D.
Runtime error
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board