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 fflush c++?
When is the copy constructor called?
Write some differences between an external iterator and an internal iterator? Describe the advantage of an external iterator.
Is vector a class in c++?
What is the best c c++ compiler for windows?
What are the advantages of early binding?
When are exception objects created?
What does n mean in c++?
Is map sorted c++?
Why do we use structure in c++?
Name the operators that cannot be overloaded in C++?
Which programming language should I learn first?
What is the main purpose of c++?
Describe linked list using C++ with an example.
Why pointer is used in c++?