When we use multidimensional array , like int [][]= a {{c,b,b}{g,u,o}} Then is it array 0 and array 1 or array 1 and array 2? | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
0

When we use multidimensional array , like int [][]= a {{c,b,b}{g,u,o}} Then is it array 0 and array 1 or array 1 and array 2?

Do we start counting arrays from index 1 or 0 in multidimensional array?

10th Dec 2016, 4:22 PM
Sana Khanam
Sana Khanam - avatar
1 Réponse
+ 2
from zero
10th Dec 2016, 4:46 PM
Ahmed Gamal
Ahmed Gamal - avatar