What are friend classes? What are advantages of using friend classes?
No Answer is Posted For this Question
Be the First to Post Answer
which operator is used for performing an exponential operation a) > b) ^ c) none
Explain the difference between new() and malloc() in c++?
What is a character in c++?
What are the uses of typedef in a program?
Explain about templates of C++.
Write a corrected statement in c++ so that the statement will work properly. if (x > 5); y = 2*x; else y += 3+x;
Name some pure object oriented languages?
What is abstraction c++?
What do you mean by inheritance in c++?
What does it mean to declare a member function as static?
Write a program which uses Command Line Arguments
What is pointer with example?