What is main function in c++ with example?


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

Post New Answer

More C++ General Interview Questions

How Virtual functions call up is maintained?

2 Answers  


Please explain class & object in c++?

0 Answers  


What are c++ redistributables?

0 Answers  


Will c++ be replaced?

0 Answers  


Describe the setting up of my member functions to avoid overriding by the derived class?

0 Answers  






class basex { int x; public: void setx(int y) {x=y;} }; class derived : basex {}; What is the access level for the member function "setx" in the class "derived" above? a) private b) local c) global d) public e) protected

3 Answers   Quark,


How does atoi function work?

0 Answers  


If dog is a friend of boy and boy is a friend of house, is dog a friend of house?

0 Answers  


What is object in c++ example?

0 Answers  


What will i and j equal after the code below is executed? Explain your answer.

1 Answers  


When the design recommends static functions?

2 Answers   Symphony,


Is ca high or low level language?

0 Answers  


Categories