What is the difference between Class and Structure?
Answer Posted / pratiksha desarda
while creating variables of structure,it is compulsary to
write 'struct' keyword. and for creating object of class,
keyword 'class' is not necessary to write.
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What is the equivalent of Pascal's Real a) unsigned int b) float c) char
Does c++ support exception handling?
what do you mean by volatile variable?
What is the meaning of string in c++?
write a corrected statement so that the instruction will work properly. if (4 < x < 11) y = 2 * x;
What is fflush c++?
What is srand c++?
What are built-in functions? What is the syntax for the definition?
what does the following statement mean? int (*a)[4]
Is c++ still in demand?
Why is main function important?
What is virtual destructor ans explain its use?
What are virtual constructors/destructors?
What is an inline function in c++?
Evaulate: 22%5 a) 2 b) 4 c) 0