...
August 29, 2024

OOPS

Question 14 In C++ operator, << operator is called as A an insertion operator or put to operator B an extraction operator or get from operator […]
August 29, 2024

NTA UGC NET JUNE-2023 Paper-2

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 […]
August 29, 2024

OOPS

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 […]
August 29, 2024

OOPS

Question 45 Which of the following cannot be passed to a function in C++ ? A Constant B Structure C Array D Header file OOPSFunctionsUGC NET […]