STL (140)
OOPS (873)
C++ General (2409)
What are Agilent PRECOMPILERS?
What is abstraction in oops with example?
Should the member functions which are made public in the base class be hidden?
What is the use of lambda in c++?
Given the following seqment of code containing a group of nested if instructions: y = 9; if ((x==3) || (x == 5)) y++; else if (x == 2) y *= 2; else if (x == ) y-= 7; else y = 8; if the value of x is 4 before the nested IFs are executed, what is the value of y after the nested IFs are executed?
Which one is better- macro or function?
What is long in c++?
What is the difference between abstraction and polymorphism?
How do you initialize a string in c++?
How do you instruct your compiler to print the contents of the intermediate file showing the effects of the preprocessor?
What is a local variable?
What operators can you overload in c++?
Write a program using merge () function to combine the elements of array x[ ] and y[ ] into array z[ ].
What is the full form of dos?
What is ambiguity in inheritance?