0

how do i know the size of an array?

array

26th Nov 2016, 11:03 PM
wilson vivas
3 RĂ©ponses
+ 1
you can use the method size int b[6]=["6","7","8"....]; cout<<b.size()
27th Nov 2016, 9:13 AM
Sandeep Chatterjee
0
in which language?
26th Nov 2016, 11:06 PM
Paolo Sanchi
Paolo Sanchi - avatar
0
oh, in c++
26th Nov 2016, 11:09 PM
wilson vivas