write the statement to find the length of an array variable m[]={'a', 'b', 'c', 'd'
Answers
Answered by
4
Answer:
sizeof(m[])
Explanation:
Similar questions