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
List the features of oops in c++?
What is heap sort in c++?
Explain the uses of static class data?
What is an undefined reference/unresolved external symbol error and how do I fix it?
Keyword mean in declaration?
What is the use of ::(scope resolution operator)?
What is the purpose of template?
How is c++ used in the real world?
What is the use of 'this' pointer?
What is setfill c++?
What are manipulators in c++ with example?
What is #include cmath?
What happens if a pointer is deleted twice?
Which of the following is evaluated first: a) && b) || c) !
What is the best c++ book for beginners?