Is c the same as c++?


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

Post New Answer

More C++ General Interview Questions

How can you create a virtual copy constructor?

0 Answers  


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

0 Answers  


What are the four partitions in which c++ compiler divides the ram?

0 Answers  


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 the full form of dos?

0 Answers  






Write some differences between an external iterator and an internal iterator?

0 Answers  


Why is it necessary to use a reference in the argument to the copy constructor?

0 Answers  


what is the basic concept of c++(object oriented programing)

4 Answers   Wipro,


Can a constructor be private?

0 Answers  


Why ctype h is used in c++?

0 Answers  


What are the comments in c++?

0 Answers  


Explain the advantages of using friend classes.

0 Answers  


Categories