a) 1 works, 2 doesn’t
b) 2 works, 1 doesn’t
c) Both of them work
d) Neither of them work
Comment on the following two operations. int *a[] = {{1, 2, 3}, {1, 2, 3, 4}}; //- 1 int b[][] = {{1, 2, 3}, {1, 2,
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Comment on the following two operations. int *a[] = {{1, 2, 3}, {1, 2, 3, 4}}; //- 1 int b[][] = {{1, 2, 3}, {1, 2,
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!