What are the differences between a struct in C and in C++?
Answer Posted / shakti singh khinchi
In C, structures never support constructors and destructors
whereas C++ supports both of them.
| Is This Answer Correct ? | 13 Yes | 1 No |
Post New Answer View All Answers
Is it possible to have a recursive inline function in c++?
Is atoi safe?
What is ios class in c++?
Briefly describe a B+ tree. What is bulk loading in it?
How c functions prevents rework and therefore saves the programers time as wel as length of the code ?
What does ios :: app do in c++?
How a new element can be added or pushed in a stack?
What is the difference between containment and delegation?
Can I learn c++ without learning c?
Is c++ the hardest programming language?
What are the types of container classes?
Explain the different access specifiers for the class member in c++.
What is c++ course?
What is the standard template library (stl)?
Are vectors passed by reference c++?