What are the differences between a struct in C and in C++?
Answer Posted / shakti singh khinchi
In C, structures does not support "virtual" mechanism like
virtual functions whereas C++ structures supports virtual
mechanism like classes.
Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
Why main function is special in c++?
write a program that withdrawals,deposits,balance check,shows mini statement. (using functions,pointers and arrays)
What is c++ in english?
What is void pointer in c++ with example?
Explain stack unwinding.
What is object file? How can you access object file?
What is dynamic and static typing?
Is c++ used anymore?
What is the best c++ compiler?
What is a v-table?
How the virtual functions maintain the call up?
Where can I run c++ program?
Why null pointer is used?
In what situations do you have to use initialization list rather than assignment in constructors?
What are separators in c++?