Vidyalelo
C Programming · Q17

Arrays and Strings

Programming · C Programming · question 17

Q17

How can you find the length of an array in C?

A.
Use the length property
B.
Use the size property
C.
Use the sizeof operator
Answer
D.
Use the lengthof function

Answer: Option C

Solution

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