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
what is VOID?
Define a nested class.
Why is c++ considered difficult?
What is #include ctype h in c++?
What is pure virtual function?
Should you pass exceptions by value or by reference?
What are move semantics?
Can c++ be faster than c?
Write about an iterator class?
Is turbo c++ free?
What are the differences between malloc() and calloc()?
What is different in C++, compare with unix?
What are the advantages of using a pointer? Define the operators that can be used with a pointer.
What is namespace & why it is used in c++?
Is c++ vector a linked list?