a) 1 will work, 2 will not
b) 1 and 2, both will work
c) 1 won’t work, 2 will work
d) Neither of them will work
Comment on the following two operations. int *a[] = {{1, 2, 3}, {1, 2, 3, 4}}; //- 1 int b[4][4] = {{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[4][4] = {{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!