Question 16 How constructor differ from destructor? A Constructors can be overloaded but destructors can’t be overloaded B Constructors can take arguments but destructor can’t C […]
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 […]