What are the differences between a struct in C and in C++?
Answer Posted / jyoti
C++ was based on C and retains a great deal of the
functionality. C++ does not retain complete source-level
compatability with C. There are a few gotchas for C++
programmers trying to write C code, and C programmers trying
to compile with a C++ compiler.
| Is This Answer Correct ? | 8 Yes | 8 No |
Post New Answer View All Answers
What is function overriding in c++?
What are the advantages of using friend classes?
How a new operator differs from the operator new?
When to use “const” reference arguments in a function?
How much is c++ certification?
Where are setjmp and longjmp used in c++?
What methods can be overridden in java?
What are the advantages of c++ over c?
What is a breakpoint?
When should I use unitbuf flag?
How we can differentiate between a pre and post increment operators during overloading?
What is function declaration in c++ with example?
What is a tuple c++?
Which is the best c++ compiler for beginners?
What is late binding c++?