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 a manipulative person?
What is std :: flush?
What is else syntax in c++?
Comment on assignment operator in c++.
Why c++ is created?
Name four predefined macros.
Is c++ a low level language?
How are Structure passing and returning implemented by the compiler?
What are the various compound assignment operators in c++?
Why is main function important?
Define the operators that can be used with a pointer.
When do we run a shell in the unix system? How will you tell which shell you are running?
How did c++ get its name?
What is the sequence of destruction of local objects?
Out of fgets() and gets() which function is safe to use and why?