Answer Posted / achal
c++ is quite different from c. Here I add to above answer.
1. C++ has more rigid typecasing rules while c does not.
2. In C, structure copy is not permissible while most c++
compilers provide default copy constructors.
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
Who was the creator of c++?
What is difference between malloc()/free() and new/delete?
What are the advantages of c++ over c?
What are c++ storage classes?
How do you clear a buffer in c++?
Why is polymorphism useful?
Define pointers?
Tell me what are static member functions?
What is #include cmath?
What is endl c++?
What are shallow and deep copies?
Which operator cannot be overloaded c++?
Define anonymous class.
Why is c++ difficult?
Mention the purpose of istream class?