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
Can you be bale to identify between straight- through and cross- over cable wiring? And in what case do you use straight- through and cross-over?
When is the destructor called?
Why is it called c++?
Which field is used in c++?
When does a name clash occur in c++?
What is ios in c++?
What is heap sort in c++?
What is oop in c++?
Is it possible to pass an object of the same class in place of object reference to the copy constructor?
Difference between class and structure.
Implement stack operations with pointers with appropriate exception checks.
What is a NULL Macro? What is the difference between a NULL Pointer and a NULL Macro?
Why is c++ still used?
How to demonstrate the use of a variable?
What is private public protected in c++?