Can a program run without main function?
No Answer is Posted For this Question
Be the First to Post Answer
What is a v-table?
What information can an exception contain?
Explain the problem with overriding functions
What is the difference between an enumeration and a set of pre-processor # defines?
Explain the virtual inheritance in c++.
Why struct is used in c++?
Write a corrected statement in c++ so that the statement will work properly. x + y=z;
When we use Abstract Class and when we use Interface?where we will implement in real time?
If a header file is included twice by mistake in the program, will it give any error?
Can turbo c++ run c program?
What is pure virtual function? Or what is abstract class?
What is wrapper class in c++?