1. i want to access two elements in single index
2. for example i am having array1[10][2]
3. i want to use it as array1[0][0], array1[0][1], and array1[1][0],array1[1][1]
4. i increase first dimension but want to access two elements with fixed index is it possible?
5. give me some sample code for this concept
In reply to how to use two dimensional array? by sankar R
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |