Is main a class in c++?


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

Post New Answer

More C++ General Interview Questions

What is the difference between an external iterator and an internal iterator?

0 Answers  


Can comments be nested?

0 Answers  


What is ios flag in c++?

0 Answers  


Which one of the following describes characteristics of "protected" inheritance? a) The base class has access only to the public or protected members of the derived class. b) The derived class has non-public, inheritable, access to all but the private members of the base class. c) The derived class has access to all members of the base class. d) The private members of the base class are visible within the derived class. e) Public members of the derived class are privately accessible from the base class.

4 Answers   Quark,


What is the use of register keyword with the variables?

0 Answers  






What does the following code do: int c=0; cout< a) Undefined *Updated* b) 01 c) 00

0 Answers  


Why is it difficult to store linked list in an array?

6 Answers   Infosys, Lucent,


describe private access specifiers?

0 Answers  


Shall we use 'free' to free memory assigned by new, What are the further consequences??

5 Answers   Symphony,


What is the function to call to turn an ascii string into a long?

0 Answers  


write the programme that convert a interger to biniry number

1 Answers   Amazon,


What is type of 'this' pointer?

0 Answers  


Categories