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
Is c++ a good beginners programming language?
What is boyce codd normal form in c++?
Is python written in c or c++?
Where and why do I have to put the "template" and "typename" keywords?
What will happen if a pointer is deleted twice?
Differentiate between late binding and early binding.
Can we overload operator in c++?
Explain queue. How it can be implemented?
What is abstraction with real time example?
What are member functions used in c++?
What are the implicit member functions of class?
Can you please explain the difference between using macro and inline functions?
What is pure virtual function?
Why is c++ considered difficult?
What does ctime() do?