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
Why pointer is used in c++?
Why do we learn c++?
How do you compile the source code with your compiler?
What is basic if statement syntax?
Of the numbers 12 23 9 28 which would be at the top of a properly implemented maxheap a) 28 b) 9 c) Any of them could be
Which is best ide for c++?
In which situation the program terminates before reaching the breakpoint set by the user at the beginning of the mainq method?
Should the member functions which are made public in the base class be hidden?
What does new return if there is insufficient memory to make your new object?
What happens when you make call 'delete this;'?
What is operator overloading in c++ example?
Ask to write virtual base class code?
What is a buffer c++?
Can I learn c++ as my first language?
What is a catch statement?