What is the Difference between "C structure" and "C++
structure"?
Answer Posted / sanket
In C++ structure you can add functions whereas in C
structure you cannot!
| Is This Answer Correct ? | 39 Yes | 10 No |
Post New Answer View All Answers
What is a far pointer? where we use it?
what is C++ objects?
How java is different from c and c++?
Differentiate between C and C++.
What is public, protected, private in c++?
Is c++ vector dynamic?
What are protected members in c++?
Why is polymorphism useful?
Write about c++ storage classes?
What is the use of "new" operator?
Describe the setting up of my member functions to avoid overriding by the derived class?
what are the types of Member Functions?
what is the difference between overloading & overriding? give example.
What is c++ map?
What doescout<<(0==0) print out a) 0 b) 1 c) Compiler error: Lvalue required