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

Explain the static storage classes in c++.

789


What is the most useful programming language?

693


What is a tree in c++?

637


What is virtual table?

719


Reads in the size of a square from the screen; 2. Prints a hollow square of that size out of “-“, “|” and blanks on screen; 3. Prints the same hollow square onto a text file. Your program should work for squares of all side sizes between 1 and 20. --- │ │ │ │ │ │ ---

1751






What is virtual base class?

665


Explain the term memory alignment?

789


What are the basics of local (auto) objects?

720


Do class declarations end with a semicolon? Do class method definitions?

722


Explain the volatile and mutable keywords.

716


Can user-defined object be declared as static data member of another class?

640


What are the differences between malloc() and calloc()?

711


Explain deep copy?

695


What are references in c++? What is a local reference?

670


Why is it necessary to use a reference in the argument to the copy constructor?

717