What is a set in c++?


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

Post New Answer

More C++ General Interview Questions

How Virtual functions call up is maintained?

2 Answers  


difference between c and c++?

38 Answers   Cognizant, IBM, Infosys, Oracle, Sarva Shiksha Abhiyan, Wipro,


When do we use copy constructors?

0 Answers  


Differentiate between an inspector and a mutator ?

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  






Which c++ operator cannot overload?

0 Answers  


How did c++ start?

0 Answers  


What is a terminating character in c++?

0 Answers  


Difference between inline functions and macros?

0 Answers  


You have two pairs: new() and delete() and another pair : alloc() and free(). Explain differences between eg. New() and malloc()

0 Answers  


How do I make turbo c++ full screen?

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,


Categories