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 c++ vb?
How can I learn c++ easily?
What is heap sort in c++?
Which operator cannot overload?
What are iterators in c++?
what does the following statement mean? int (*a)[4]
What is null c++?
What is a character in c++?
Write a code/algo to find the frequency of each element in an array?
Explain data encapsulation?
Define a pointer to a data member of the type pointer to pointer?
Program to check whether a word is a sub-string or not of a string typed
Where are setjmp and longjmp used in c++?
What operator is used to access a struct through a pointer a) >> b) -> c) *
What are destructors?