Why is the function main() special?


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

Post New Answer

More C++ General Interview Questions

What is prototype for that c string function?

0 Answers  


Why are pointers used?

0 Answers  


Can the operator == be overloaded for comparing two arrays consisting of characters by using string comparison?

0 Answers  


What is the correct syntax for inheritance a) class aclass : public superclass b) class aclass inherit superclass c) class aclass <-superclass

0 Answers  


Explain mutable storage class specifier.

0 Answers  






What is an opaque pointer?

1 Answers  


What is 'Copy Constructor' and when it is called?

1 Answers  


What is difference c and c++?

1 Answers  


What do you mean by delegate? Can a user retain delegates?

0 Answers  


Can you pass an array to a function in c++?

0 Answers  


Explain terminate() function?

0 Answers  


Show the declaration for a pointer to function returning long and taking an integer parameter.

0 Answers  


Categories