Vidyalelo
C Programming · Q24

Arrays and Strings

Programming · C Programming · question 24

Q24

What is the result of the expression strlen("Hello") in C?

A.
5
Answer
B.
6
C.
4
D.
10

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board