...
May 13, 2024

OOPS

Question 60 Which of the following, in C++, is inherited in a derived class from base class ? A constructor B destructor C data members D […]
May 13, 2024

Question 8933 – Algorithms

Which is the complexity of the following code? sum=0; for(i=1; i<=n; i*=2) for(j=1; j<=n; j++) sum++; Which of the following is not a valid string? Correct […]
May 14, 2024

Database-Management-System

Question 900 A view of database that appears to an application program is known as A Schema B Subschema C Virtual table D None of these […]