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
What is data binding in c++?
How can you say that a template is better than a base class?
What is the use of setfill in c++?
Can comments be longer than one line?
What are the 3 levels of programming languages?
Are strings mutable in c++?
What is a c++ object?
Why namespace is used in c++?
Are iterators pointers?
Explain how functions are classified in C++ ?
Why do we need pointers?
What are compilers in c++?
What is set in c++?
Which software is best for programming?
What is the use of typedef?