difference between c and c++?

Answer Posted / manish jangid

C++ is the hight level language, but C is low level
language.

C++ can support of all function of C, but C can't support
of all function of C++.

We can work with Class in C++, But we can't work with Class
in C

C++ is a object oriented language but C is not OOPS

C is the Top to bottom , but C++ is bottom to Top language.

Is This Answer Correct ?    110 Yes 54 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is operators in c++?

574


Is c++ the best programming language?

548


List the types of polymorphism in c++?

637


Write a program using display() function which takes two arguments.

620


What is c++ prototype?

597






What is the best way to declare and define global variables?

712


Is swift a good first language?

594


Which is the best c++ compiler for beginners?

572


Does a derived class inherit or doesn't inherit?

628


What things would you remember while making an interface?

572


In what situations do you have to use initialization list rather than assignment in constructors?

649


What is searching? Explain linear and binary search.

591


What is a syntax in c++?

617


What is private inheritance?

608


What is a constructor in c++ with example?

590