What is data structure in c++?


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

Post New Answer

More C++ General Interview Questions

When is dynamic checking necessary?

0 Answers  


How to declare a pointer to an array of integers?

0 Answers  


What is prototype for that c string function?

0 Answers  


Which operator cannot be overloaded c++?

0 Answers  


What are friend classes? What are advantages of using friend classes?

0 Answers  






Are there any special rules about inlining?

0 Answers  


What is difference between class and structure in c++?

0 Answers  


Which is not an ANSII C++ function a) sin() b) tmpnam() c) kbhit()

0 Answers  


What is the topic of the C++ FAQ list?

1 Answers  


what is the size of this class class size { public: char data1; double d; int data2; char data3; double data4; short data5; }; please explain the padding for these double variables.

9 Answers  


Under what conditions is multiple inheritance not recommended?

1 Answers  


Is it possible to get the source code back from binary file?

1 Answers  


Categories