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

What are c++ storage classes?

620


Explain dangling pointer.

682


How many ways can a variable be initialized into in C++?

603


What is an adaptor class or wrapper class in c++?

609


What is the exit function in c++?

543






Which is the best c++ compiler for beginners?

562


How a new operator differs from the operator new?

626


What is the sequence of destruction of local objects?

560


What are guid? Why does com need guids?

570


write a programme to get a character and thier ASCII value

2598


Write some differences between an external iterator and an internal iterator? Describe the advantage of an external iterator.

613


Explain how an exception handler is defined and invoked in a Program.

586


Write a program which uses functions like strcmp(), strcpy()? etc

623


There are 100 students in a class. The management keep information in two tables. Those two tables are given like Roll no Name Age 001 ABC 15 002 XYZ 14 and Roll No Subject Marks 001 Math 75 001 Physics 55 002 Math 68 001 Hindi 69 They want the information like this Roll No Name Hindi Physics Math Total 001 ABC 69 55 75 199 002 XYZ 68 74 84 226 And Roll No Suject Highest 001 Math 98 007 Physics 84 021 Hindi 74 All 275 All information is kept in structure in main memory. You have to find last two tables.

2533


Should I learn c or c++ or c#?

559