Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


what is the main difference between c and c++?

Answers were Sorted based on User's Feedback



what is the main difference between c and c++?..

Answer / bhupendra singh

C follows procedural oriented approach and in procedural
oriented programmers are more focussed on functions rather
than data, how they write the program is more concerned
rather than security. But in object oriented programmer's
have given more priority to data than blocks.
Also procedural oriented terms difficult to understand ,but
object oriented meets real world existing system every thing
is considered as objects. I cannot write a program like
factorial but i can write a class called person...
This is main difference between c and c++.

Is This Answer Correct ?    0 Yes 0 No

what is the main difference between c and c++?..

Answer / vikram

*C is a structured programming Language but C++ supports
partial Object Oriented Programming
* C employs top down approach, but c++ employes buttom up
approach.

Is This Answer Correct ?    0 Yes 0 No

what is the main difference between c and c++?..

Answer / sanjeev varma

C is an top down approach
were as C++ is partially both, top down approach also bottom
down approach

Is This Answer Correct ?    0 Yes 0 No

what is the main difference between c and c++?..

Answer / shidra

apart from the above definitions remember always that c++ is a super set of c that means all the operations as well as functions which are applicable in c are also available in c++

e.g.-U CAN USE PRINTF AND SCANF IN C++ AS WELL

whereas the reverse is not true as far as my knowledge says

Is This Answer Correct ?    0 Yes 0 No

what is the main difference between c and c++?..

Answer / satish

c supports function overloading and c++ supports operator
overloading

Is This Answer Correct ?    0 Yes 0 No

what is the main difference between c and c++?..

Answer / k.packiya

c is procadural langaue but c++ is object oriend language.C
is object based langauga.In c we have use th input and
output statement as printf and scanf but in c++ the input
and output statements are cout and cin.C++ is more
comlexitiy and security then c.

Is This Answer Correct ?    0 Yes 0 No

what is the main difference between c and c++?..

Answer / arunrengan

c is a procedural or structered programming language
where as c++ is a object oriented programming language
so data is secured in c++ but in c data is not secured .
c - top down approach
c++ - bottomup approach
memory allocation:
In c using malloc statement
In c++ new operator.

Is This Answer Correct ?    0 Yes 0 No

what is the main difference between c and c++?..

Answer / aalya malhotra

1.C is an procedural language whereas C++ is an object
oriented language.
2.C emphasis more on functions and C++ emphasis more on
data.
3.C is used to design medium sized programs whereas C++is
used to design large size programs .
4.C uses header files like <stdio.h>and <conio.h> where as
C++ uses <iostream.h>,<conio.h>

Is This Answer Correct ?    0 Yes 0 No

what is the main difference between c and c++?..

Answer / sridharan

c dont use classes or objects but c++ do

Is This Answer Correct ?    0 Yes 0 No

what is the main difference between c and c++?..

Answer / akshay kashyap

C++ uses Bottom Up method while c uses Top
Down..

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More OOPS Interview Questions

Difference between over loading and over ridding?

12 Answers   CTS, Patni, Softvision Solution,


Can we override main method?

0 Answers  


Can main method override?

0 Answers  


How would you stop a class from class from being derived or inherited.

18 Answers   Ness Technologies,


What is function overloading and operator overloading?

4 Answers  


How to hide the base class functionality in Inheritance?

0 Answers   Viscus Infotech,


Program to check whether a word is in all capital letters

1 Answers  


class type to basic type conversion

0 Answers  


what is new operator in c++

1 Answers  


Can we create object of interface?

0 Answers  


Why is abstraction used?

0 Answers  


what is abstract class ? when is used in real time ? give a exp

5 Answers  


Categories