What is the basic structure 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

Explain what are single and multiple inheritances in c++?

0 Answers  


In java a final class is a class that cannot be derived. How can you make a similar class in C++

1 Answers  


Write about the scope resolution operator?

0 Answers  


What is a c++ vector?

0 Answers  


Define token in c++.

0 Answers  






What are advantages of using friend classes?

0 Answers  


Describe friend function & its advantages.

0 Answers   TCS,


Describe the process of creation and destruction of a derived class object?

0 Answers  


Is there anything you can do in C++ that you cannot do in C?

1 Answers  


Can a program run without main in c++?

0 Answers  


What is the difference between a copy constructor and an overloaded assignment operator?

4 Answers   Belzabar, Citrix, Microsoft, Wipro,


Can you declare an array without a size in c++?

0 Answers  


Categories