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
What is setf in c++?
What are the extraction and insertion operators in c++?
What is the rule of three?
What are namespaces in c++?
Who was the creator of c++?
Tell me what are static member functions?
Which of the following is evaluated first: a) && b) || c) !
Where must the declaration of a friend function appear?
How do we balance an AVL Tree in C++?
Is c++ the best programming language?
What is difference between c++ and c ++ 14?
How to declare an array of pointers to integer?
What is double in c++?
What is enum c++?
How is modularity introduced in C++?