What is the Difference between "C structure" and "C++
structure"?
Answer Posted / prathap
in c structure we can't difine anddclare functions.
but in c++ it is possible but there is no security for that
purpose we use classes instead of functions.
| Is This Answer Correct ? | 5 Yes | 5 No |
Post New Answer View All Answers
To which numbering system can the binary number 1101100100111100 be easily converted to?
What problems might the following macro bring to the application?
Why struct is used in c++?
Define private, protected and public access control.
How can you create a virtual copy constructor?
What are all predefined data types in c++?
What is anonymous object in c++?
What is format for defining a structure?
Is vector a class in c++?
Is sorted c++?
How do you clear a map in c++?
Can you be bale to identify between straight- through and cross- over cable wiring? And in what case do you use straight- through and cross-over?
List the advantages of inheritance.
Write a recursive program to calculate factorial in c++.
State the difference between pre and post increment/decrement operations.