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
AnswerD.
Use the lengthof function
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board