What is this weird colon-member (" : ") syntax in the constructor?
No Answer is Posted For this Question
Be the First to Post Answer
Explain what are single and multiple inheritances in c++?
What is copy constructor? Can we make copy constructor private in c++?
what do you mean by volatile variable?
How did c++ get its name?
Can non-public members of another instance of the class be retrieved by the method of the same class?
Why pointer is used in c++?
What are libraries in c++?
Draw a flow chart and write a program for the difference between the sum of elements with odd and even numbers. Two dimensional array.
What are mutator methods in c++?
Explain stack unwinding.
whats the size of class EXP on 32 bit processor? class EXP { char c1; char c2; int i1; int i2; char *ptr; static int mem; };
What are the total number of lines written by you in C/C++? What is the most complicated or valuable program written in C/C++?