Describe friend function & its advantages.
No Answer is Posted For this Question
Be the First to Post Answer
What does I ++ mean in c++?
how to swap two strings without using any third variable ?
why v use c++ even we have microprocessor
Is it possible for the objects to read and write themselves?
Differentiate between realloc() and free().
What is the difference between reference and pointer?
Why the usage of pointers in C++ is not recommended ?
Is it possible to get the source code back from binary file?
What do you mean by stack unwinding in c++?
Are php strings immutable?
What's c++ used for?
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; };