difference between c and c++?

Answer Posted / shilpa

c is procedure oriented language and gives importance to
procedure that is functions rather than data.c is middle
level language.
c++ is object oriented language and gives importance to
object that is data
c++ is high level language

Is This Answer Correct ?    10 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Do class method definitions?

589


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

607


Describe the role of the c++ in the tradeoff of safety vs. Usability?

715


How do you compile the source code with your compiler?

620


What is the v-ptr?

643






Explain the concept of copy constructor?

623


What is static class data?

579


What are files in c++?

595


Do we have to use initialization list in spite of the assignment in constructors?

567


What is the full form of stl in c++?

683


Write a program in c++ to print the numbers from n to n2 except 5 and its multiples

2041


Can I learn c++ as my first language?

611


Describe linkages and types of linkages?

571


What is the best c++ book?

714


What is the output of the following program? Why?

626