STL (140)
OOPS (873)
C++ General (2409) What happens if an exception is throws from an object's constructor and from object's destructor?
TCS,
3 7782
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?
What is the basic of c++?
What is c++ redistributable?
What is a block in c++?
What is different in C++, compare with unix?
2. Give the different notations for the class.\
What are the types of pointer?
What is Coupling?
What is an arraylist c++?
what is Loop function? What are different types of Loops?
Why is c++ not purely object oriented?
What are pointer-to-members in C++? Give their syntax.
What is the full form of c++?
What is the v-ptr?
What is the stl, standard template library?