Who calls main function?


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

Post New Answer

More C++ General Interview Questions

How to declare a function pointer?

0 Answers  


What's the best free c++ profiler for windows?

0 Answers  


What will strcmp("Astring", "Astring"); return a) A positive value b) A negative value c) Zero

0 Answers  


Can manipulators fall in love?

0 Answers  


what is pre-processor in C++?

0 Answers  






How many ways can a variable be initialized into in C++?

0 Answers   HCL,


Is c++ a float?

0 Answers  


class professor {}; class teacher : public virtual professor {}; class researcher : public virtual professor {}; class myprofessor : public teacher, public researcher {}; Referring to the sample code above, if an object of class "myprofessor" were created, how many instances of professor will it contain? a) 0 b) 1 c) 2 d) 3 e) 4

4 Answers   Quark,


How do I use turbo c++?

0 Answers  


How the compilers arranges the various sections in the executable image?

1 Answers  


Which is best ide for c++?

0 Answers  


Does there exist any other function which can be used to convert an integer or a float to a string?

0 Answers  


Categories