What are the differences between a struct in C and in C++?
Answer Posted / nithin
what is the use of struct in c then? wat advantages does it
offer?
| Is This Answer Correct ? | 1 Yes | 8 No |
Post New Answer View All Answers
Why c++ is not a pure oop language?
What is wrapper class in c++?
What is the difference between delegation and implemented-in-terms-of?
When one must use recursion function? Mention what happens when recursion functions are declared inline?
What are the sizes and ranges of the basic c++ data types?
What is a c++ object?
What is the use of lambda in c++?
What happens when you make call 'delete this;'?
Why can templates only be implemented in the header file?
What is #include c++?
describe private access specifiers?
Difference between a homogeneous and a heterogeneous container
Which header file allows file i/o with streams a) fileio.h b) iostream.h c) fstream.h
Explain what you mean by a pointer.
what is multi-threading in C++?