What are advantages of c++?


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

Post New Answer

More C++ General Interview Questions

What is the difference between an external iterator and an internal iterator? Describe an advantage of the external iterator.

0 Answers  


Explain the scope resolution operator?

2 Answers  


List the types of polymorphism in c++?

0 Answers  


What header file is needed for exit(); a) stdlib.h b) conio.h c) dos.h

0 Answers  


Can recursive program be written in C++?

0 Answers  






Which uses less memory? a) struct astruct { int x; float y; int v; }; b) union aunion { int x; float v; }; c) char array[10];

4 Answers   Quark,


What is the use of function pointer?

0 Answers  


What is the outcome of cout< a) 16 b) 17 c) 16.5

0 Answers  


How can you find the nodes with repetetive data in a linked list?

1 Answers   Lucent,


How compile and run c++ program in turbo c++?

0 Answers  


What is the difference between set and map in c++?

0 Answers  


What is c++ w3school?

0 Answers  


Categories