Page 1 of 1

Comment on the following two operations. int *a[] = {{1, 2, 3}, {1, 2, 3, 4}}; //- 1 int b[][] = {{1, 2, 3}, {1, 2,

Posted: Wed Jul 13, 2022 7:54 pm
by answerhappygod
a) 1 works, 2 doesn’t
b) 2 works, 1 doesn’t
c) Both of them work
d) Neither of them work