What is the Difference between "C structure" and "C++
structure"?
Answer Posted / brainless
According to c++ standard, structure is a kind of class.
However, all members are default to "public".
| Is This Answer Correct ? | 5 Yes | 9 No |
Post New Answer View All Answers
If a header file is included twice by mistake in the program, will it give any error?
What ANSI C++ function clears the screen a) clrscr() b) clear() c) Its not defined by the ANSI C++ standard
Explain the difference between realloc() and free() in c++?
Explain what are single and multiple inheritances in c++?
Is oops and c++ same?
Is there a c++ certification?
Can comments be longer than one line?
What is prototype for that c string function?
Is c++ low level?
How do you flush std cout?
What is doubly linked list in c++?
List the advantages of inheritance.
What is the use of ::(scope resolution operator)?
Explain the concept of dynamic allocation of memory?
List the merits and demerits of declaring a nested class in C++?