What are friend classes?


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

Post New Answer

More C++ General Interview Questions

How to implement flags?

2 Answers   Symphony,


Write a program to find the Factorial of a number

0 Answers  


What is the outcome of cout< a) 16 b) 17 c) 16.5

0 Answers  


class HasStatic { static int I; }; Referring to the sample code above, what is the appropriate method of defining the member variable "I", and assigning it the value 10, outside of the class declaration? a) HasStatic I = 10; b) int static I = 10; c) static I(10); d) static I = 10; e) int HasStatic::I = 10;

1 Answers   Quark,


What is ctime c++?

0 Answers  






Differentiate between the manipulator and setf( ) function?

0 Answers  


What is a .h file c++?

0 Answers  


What is an adaptor class or wrapper class in c++?

0 Answers  


What happens when the extern "c" char func (char*,waste) executes?

0 Answers  


Is main a class in c++?

0 Answers  


what do you mean by volatile variable?

0 Answers  


Write any small program that will compile in "C" but not in "C++"

10 Answers   Honeywell,


Categories