Let Us C Solution | Chapter 14 Exercise C (g) | How to use pointer and operators with 2D array
Duration: 22:13 Min | Sep 10, 2023
This video discusses solution of Chapter 14: Multidimensional (2d and 3d) Arrays in C programming Exercise C (g).
Attempt the following:
Attempt the following:
Match the following with reference to the following program segments:
unsigned int arr[3][3]={
2,4,6,
9,1,10,
16,64,5
};