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

Describe functional overloading?

6 Answers   HP,


What is an ABC: an "Abstract Base Class"?

1 Answers  


what is importance of data sturture in a programming language?

22 Answers   L&T, TCS, Wipro,


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

3 Answers  


int f() { int I = 12; int &r = I; r += r / 4; int *p = &r; *p += r; return I; } Referring to the sample code above, what is the return value of the function "f()"? a) 12 b) 15 c) 24 d) 17 e) 30

2 Answers   AIG, Quark,






What is the purpose of extern storage specifier?

0 Answers  


What are friend functions in C++?

0 Answers   BlackRock,


What do you mean by vtable and vptr in c++?

0 Answers  


What is c++ iterator?

0 Answers  


What are the various compound assignment operators in c++?

0 Answers  


What is tellg () in c++?

0 Answers  


How would you use qsort() function to sort an array of structures?

0 Answers  


Categories