difference between c and c++?

Answer Posted / satish kumar sinha

*c is the procedure oriented programing.
*c++ is the object oriented programing.
*c give the important on the procedure istade of data.
*c++ give the important on the data.
*c the data can pass through the fuction to fuction.
*c++ the data is hide in the fuction and the data is stolen
through the external function.
*c is the low level language.
*c++ is the high level language.
*c++ havig extra benifits data can hide in the fuction
(encapsulation),polymorphism,templets,file
handeling,inharitance.

Is This Answer Correct ?    54 Yes 13 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can we specify variable field width in a scanf() format string? If possible how?

755


What is functions syntax in c++?

713


What are the various situations where a copy constructor is invoked?

709


Is c++ fully object oriented?

645


explain the reference variable in c++?

683






Is map sorted c++?

621


How do you show the declaration of a virtual constructor?

612


Write a program which is required to process the time of a clock in hours and minutes, entered from the keyboard. With this program, there are two requirements for any data entered by a user: 1. The data must be of the correct type (in this case, two ints). 2. The data must be in the correct range: this means that, for the minutes, negative numbers and any number above 59 must be rejected; for the hours, negative numbers and any number above 23 must be rejected. Output error message for invalid data input. Output the time one and a half hour after the time input. i.e. Hour: 22 Min: 32 One and a half hour after 22:32 is 00:02

1613


What is c++ namespace?

813


What is bubble sort c++?

675


What is a container class? What are the types of container classes in c++?

760


Define whitespace in C++.

860


What is the best c++ ide?

698


Is it possible to have a recursive inline function in c++?

659


Do vectors start at 0 c++?

633