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
Is c# written in c++?
Define a pointer to a data member of the type pointer to pointer?
Explain this pointer?
What are formatting flags in ios class?
Does c++ cost money?
Explain how a pointer to function can be declared in C++?
What is stack unwinding?
How many types of modularization are there in c++?
How do I write a c++ program?
What are the advantages of using a pointer?
Write a Program to find the largest of 4 no using macros.
Can you overload the operator+ for short integers?
Explain the difference between realloc() and free() in c++?
How many static variables are created if you put one static member into a template class definition?
Is overriding possible in c++?