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
Why is main function important?
What is late binding c++?
What is the difference between #import and #include?
Define anonymous class.
Is c++ an oop?
Why null pointer is used?
Why c++ is so important?
Explain container class.
the maximum length of a character constant can be a) 2 b) 1 c) 8
Why is standard template library used?
How do c++ struct differs from the c++ class?
What is an arraylist c++?
Is empty stack c++?
What is the use of endl in c++ give an example?
Is facebook written in c++?