Question 27 A three dimensional array in C++ is declared as int A[a][b][c].consider that array elements are stored in row major order and indexing begin from […]
Question 45 Which of the following storage classes have global visibility in C/C++ ? A Auto B Extern C Static D Register OOPSStorage-ClassesUGC NET CS 2017 […]