What is the basic structure of c++ program?


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

Post New Answer

More C++ General Interview Questions

program to print this triangle * * * * * *

12 Answers   Infosys,


Which command properly allocates memory a) char *a=new char[20]; b) char a=new char[20]; c) char a=new char(20.0);

0 Answers  


What is difference between shallow copy and deep copy? Which is default?

1 Answers  


What is an accessor in c++?

0 Answers  


What are friend classes?

0 Answers  






What is virtual destructor ans explain its use?

0 Answers  


Difference between a homogeneous and a heterogeneous container

0 Answers  


Is nan a c++?

0 Answers  


when can we use copy constructor?

6 Answers   HP,


What is the use of object in c++?

0 Answers  


What can c++ be used for?

0 Answers  


What are manipulators in c++ with example?

0 Answers  


Categories