Why struct is used in c++?


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

Post New Answer

More C++ General Interview Questions

What is meant by const_cast?

0 Answers  


what are the iterator and generic algorithms.

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 a c++ class?

0 Answers  


Is c++ still being used?

0 Answers  


How are virtual functions implemented in c++?

0 Answers  


What is the use of function pointer?

0 Answers  


What is nested class in c++?

0 Answers  


How are the features of c++ different from c?

0 Answers  


Explain the extern storage classes in c++.

0 Answers  


In java a final class is a class that cannot be derived. How can you make a similar class in C++

1 Answers  


What is private public protected in c++?

0 Answers  


Categories