difference between the c++ and c languages

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


Please Help Members By Posting Answers For Below Questions

What is the full form nasa?

597


What is the basic difference between C and C++?

627


how to access grid view row?

1814


What is an undefined reference/unresolved external symbol error and how do I fix it?

604


What are virtual constructors/destructors?

578






What is the use of endl?

550


Why are pointers used?

582


What are the benefits of oop in c++?

591


If there are two catch statements, one for base and one for derived, which should come first?

580


What is the difference between the indirection operator and the address of oper-ator?

612


Can we delete this pointer in c++?

679


What is c++ in english?

579


How do you differentiate between overloading the prefix and postfix increments?

593


Name the implicit member functions of a class.

600


Can there be at least some solution to determine the number of arguments passed to a variable argument list function?

607