Explain the advantages of using friend classes.
No Answer is Posted For this Question
Be the First to Post Answer
what are function pointers?
What are disadvantages of pointers?
What size is allocated to the union variable?
write a porgram in c++ that reads an integer and print the biggest digit in the number
You run a shell on unix system. How would you tell which shell are you running?
What is a reference in C++?
Do we have to use initialization list in spite of the assignment in constructors?
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 mutator methods in c++?
Briefly describe a B+ tree. What is bulk loading in it?
What is the best book for c++ beginners?
Why null pointer is used?