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 class definition in c++ ?
Can I learn c++ in a week?
Does there exist any other function which can be used to convert an integer or a float to a string?
What are stacks?
What will strcmp("Astring", "Astring"); return a) A positive value b) A negative value c) Zero
How can you specify a class in C++?
What is data type in c++?
What is a unnitialised pointer?
What does new in c++ do?
What is the difference between global int and static int declaration?
What are the two types of polymorphism?
Which is better turbo c++ or dev c++?
Explain Memory Allocation in C/C++ ?
How much maximum can you allocate in a single call to malloc()?
How can we check whether the contents of two structure variables are same or not?