What are friend classes? What are advantages of using friend classes?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

What is object file? How can you access object file?

0 Answers  


What is the default access level?

0 Answers  


Which command properly allocates memory a) char *a=new char[20]; b) char a=new char[20]; c) char a=new char(20.0);

0 Answers  


How does java differ from c and c++?

0 Answers  


Describe delete operator?

0 Answers  






Define basic type of variable used for a different condition in C++?

0 Answers  


the maximum length of a character constant can be a) 2 b) 1 c) 8

0 Answers  


Give the difference between the type casting and automatic type conversion. Also tell a suitable C++ code to illustrate both.

0 Answers   TCS,


What are the types of STL containers?

4 Answers  


What does the following do: for(;;) ; a) Illegal b) Loops forever c) Ignored by compiler...not illegal

0 Answers  


How compile and run c++ program in turbo c++?

0 Answers  


What is class invariant?

1 Answers  


Categories