Discuss the possibilities related to the termination of a program before entering the mainq method?


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

Post New Answer

More C++ General Interview Questions

How much maximum can you allocate in a single call to malloc()?

0 Answers  


What are namespaces in c++?

0 Answers  


What are multiple inheritances (virtual inheritance)?

0 Answers  


What is vector string in c++?

0 Answers  


What are the benefits of c++?

0 Answers  






How to write a program such that it will delete itself after exectution?

3 Answers  


How many types of classes are there in c++?

0 Answers  


class Foo { const int x; protected: Foo(int f); ~Foo(); }; Foo f; Referring to the sample code above, why will the class declaration not compile? a) The variable x is const. b) The destructor is protected. c) The destructor is not public. d) The constructor is protected. e) There is no default constructor.

5 Answers   Quark,


Why do we use pointers in c++?

0 Answers  


Explain what are accessor methods?

0 Answers  


What is late binding c++?

0 Answers  


What are stacks?

0 Answers  


Categories