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 c++ primer good for beginners?
What is pair in c++?
What are the various operations performed on stack?
What can I safely assume about the initial values of variables which are not explicitly initialized?
How important is c++?
What is the difference between mutex and binary semaphore?
Is c++ a dying language?
Will a catch statement catch a derived exception if it is looking for the base class?
What is the use of volatile variable?
Explain virtual class and friend class.
What is iostream in c++ used for?
What is a manipulator in c++?
What is an accessor in c++?
How is objective c different from c++?
What are guid?