int *ArrayA[] = {{11, 20, 13}, {11, 21, 13, 41}}; //- 1int ArrayB[][] = {{15, 25, 35}, {10, 25, 30, 45}}; //- 2
Neither of them work
Previous Question Next Question
Your comments will be displayed only after manual approval.