Can a program run without main in c++?


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

Post New Answer

More C++ General Interview Questions

If a round rectangle has straight edges and rounded corners, your roundrect class inherits both from rectangle and from circle, and they in turn both inherit from shape, how many shapes are created when you create a roundrect?

0 Answers  


What operator is used to access a struct through a pointer a) >> b) -> c) *

0 Answers  


Write about the local class and mention its use?

0 Answers  


Explain unexpected() function?

0 Answers  


What is difference between malloc()/free() and new/delete?

0 Answers  






What is a constructor and how is it called?

0 Answers  


Can you please explain the difference between static and dynamic binding of functions?

0 Answers  


how to access grid view row?

0 Answers  


What is null c++?

0 Answers  


How to create a reference variable in C++

1 Answers  


how to swap two strings without using any third variable ?

11 Answers  


What relational operators if statements in c++?

0 Answers  


Categories