STL (140)
OOPS (873)
C++ General (2409) What is virtual methods?
What is the most useful programming language?
What are the two types of polymorphism?
Is c++ the most powerful language?
what is the difference between linear list linked representaion and linked representation? what is the purpose of representing the linear list in linked represention ? is it not avoiding rules of linear represention?
What is the type of 'this' pointer?
What is virtual base class uses?
i=20;k=0;
for(j=1;k-i;k+=j<10?4:3)
{
cout< How many types of modularization are there in c++? What is c++ prototype? what are function pointers? Can we change the basic meaning of an operator in c++? What are the data types in oop? Assume studentNames and studentIDs are two parallel arrays
of size N that hold student data. Write a pseudocode
algorithm that sorts studentIDs array in ascending ID
number order such that the two arrays remain parallel. What is the prototype of printf function?