difference between c and c++?

Answer Posted / asri

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 ?    393 Yes 36 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do you initialize a string in c++?

565


What do you mean by enumerated data type?

578


What is a hash function c++?

556


What are the implicit member functions of class?

597


Explain deep copy and a shallow copy?

614






You want to link a c++ program to c functions. How would you do it?

541


How many types of modularization are there in c++?

566


How are Structure passing and returning implemented by the compiler?

601


How many static variables are created if you put one static member into a template class definition?

569


Which is better turbo c++ or dev c++?

567


When to use “const” reference arguments in a function?

584


When do you call copy constructors?

654


What are the various oops concepts in c++?

598


What are structures and unions?

575


Explain class invariant.

588