How the programmer of a class should decide whether to declare member function or a friend function?
write infinite loop in C++ which does not use any variable or constant?
why can't we declare data member of class auto register or extern
What is a friend function in c++?
Which operations are permitted on pointers?
Evaluate the following expression as C++ would do :8 * 9 + 2 * 5 a) 82 b) 79 c) 370 d) list
What is the need of a destructor? Explain with the help of an example.
How can you link a c program with a c function?
Give a very good method to count the number of ones in a "n" (e.g. 32) bit number.
Why struct is used in c++?
Write a recursive program to calculate factorial in c++.
What is a "RTTI"?
What is difference between c++ 11 and c++ 14?