What is the difference between Class and Structure?
Answer Posted / mm .mm
class can be used in other project ... but stucture can not
be used it's only present in the main
| Is This Answer Correct ? | 20 Yes | 48 No |
Post New Answer View All Answers
What is code reusability in c++?
What is the difference between *p++ and (*p)++ ?
Define a conversion constructor?
How does list r; differs from list r();?
Is there a c++ certification?
What does new return if there is insufficient memory to make your new object?
What is the extension of c++?
What is general form of pure virtual function? Explain?
What is the need of a destructor? Explain with the help of an example.
In which header file does one find isalpha() a) conio.h b) stdio.h c) ctype.h
Which software is best for coding?
What is purpose of new operator?
How do you write a function that can reverse a linked-list?
What are multiple inheritances (virtual inheritance)?
How does c++ sort work?