What do you mean by friend class & friend function in c++?
No Answer is Posted For this Question
Be the First to Post Answer
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; };
How the memory management in vectors are being done. What happens when the heap memory is full, and how do you handle it ?
What is the use of ‘using’ declaration?
write asingle linked list which read from two list & the do the following 1 sort the prime & nonprime num (prime should be less tn nonprime) 2 each node has a prime num followd by nonprime 3 add a new node into its sutable plce 4 erase the most three duplicated non prime num 5 find the least duplicated prime num
What is the best free c++ compiler for windows?
What is function prototyping?
Describe the advantage of an external iterator.
Explain the difference between using macro and inline functions?
What are the uses of typedef in a program?
What is Name Decoration?
What is this pointer in c++?
Can you declare an array without a size in c++?