What are the five basic elements of a c++ program?


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

Post New Answer

More C++ General Interview Questions

What is #include ctype h in c++?

0 Answers  


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

0 Answers  


What is doubly linked list in c++?

0 Answers  


What are destructors?

0 Answers  


Does c++ have arraylist?

0 Answers  


What are the static members and static member functions?

1 Answers  


What is the basic difference between C and C++?

0 Answers   NIIT,


Is c++ proprietary?

0 Answers  


What is expression parser in c++

0 Answers   Mphasis,


Which one of the following describes characteristics of "protected" inheritance? a) The base class has access only to the public or protected members of the derived class. b) The derived class has non-public, inheritable, access to all but the private members of the base class. c) The derived class has access to all members of the base class. d) The private members of the base class are visible within the derived class. e) Public members of the derived class are privately accessible from the base class.

4 Answers   Quark,


Does there exist any way to make the command line arguments available to other functions without passing them as arguments to the function?

0 Answers  


What is function declaration in c++ with example?

0 Answers  


Categories