Examveda

Which of the following is a method to find the length of an array in C++?

A. size()

B. length()

C. sizeof(array)/sizeof(array[0])

D. array.size()

Answer: Option C


This Question Belongs to Data Structure >> Arrays In Data Structures

Join The Discussion

Related Questions on Arrays in Data Structures