Do you need a main function in c++?


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

Post New Answer

More C++ General Interview Questions

Is c++ pass by reference or value?

0 Answers  


Write a C++ Program to Multiply two Numbers

1 Answers  


Explain overriding.

0 Answers  


What is the error in the code below and how should it be corrected?

0 Answers  


What is endl c++?

0 Answers  


Which sort does c++ use?

0 Answers  


How to detect memory leaks in c++

1 Answers   Mphasis,


What is a local reference?

0 Answers  


What are the popular tools used to detect memory leaks in c++

4 Answers   TATA,


Write a single instruction that will find the remainder of integral division when x is divided by y. Have the answer stored in z.

1 Answers  


What is the difference between *p++ and (*p)++ ?

0 Answers  


What are destructors?

0 Answers  


Categories