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 difference between the C & C++?

Answers were Sorted based on User's Feedback



What is the difference between the C & C++? ..

Answer / sudha

c++ is an object oriented language
where as c is not.c++ we can use class which is used to
reduce lines of code in a program

Is This Answer Correct ?    17 Yes 2 No

What is the difference between the C & C++? ..

Answer / rajeswari.v

C C++

1.The execution of 'c The execution of c++ program is
program is top to bottom bottom to top approach.
approach.

2.Implementation of complex It is easy.
program is difficult.

3.Middle level language. It is hybrid language.

4.Every cycle changes not Possible in c++
possible in 'c'.

5.Less security for data More security for ddata

Is This Answer Correct ?    16 Yes 4 No

What is the difference between the C & C++? ..

Answer / srikanth

c is a procedure oriented language where as c++ is a object oriented language.

Is This Answer Correct ?    14 Yes 2 No

What is the difference between the C & C++? ..

Answer / keerthi

c c++
c is procedure oriented
language c++ object oriented language

C is top to down approach C++ is bottom up approach

C doesnot supports
functionoverloading C++ supports

C is not more secure
C++ is more secure because
of encapulation
C does not related to whole
world entity
C++ relates whole world
entity

Is This Answer Correct ?    7 Yes 1 No

What is the difference between the C & C++? ..

Answer / mangal

The c is purely procedure The c++ is purely object
oriented programming
language
oriented progeaming
language


This is the main difference between these 2

Is This Answer Correct ?    3 Yes 2 No

What is the difference between the C & C++? ..

Answer / asha

.In c more emphasis is given on procedure,but in c++ more
emphasis is given on data rather than procedure.
.In c the large program is divided into number of smaller
programs called modules,where as in c++ the program is
divided into objects.

Is This Answer Correct ?    1 Yes 0 No

What is the difference between the C & C++? ..

Answer / guest

c is procedure oriented programming language whereas c++ is
a object oriented language.

Is This Answer Correct ?    0 Yes 0 No

What is the difference between the C & C++? ..

Answer / keerthana

C C++


it is pop it is oop

in c,we caanot use class in c++,we can use class
to create to create programs.
programs.

c dont hav bool data it has bool datatype.
datatype.

Is This Answer Correct ?    0 Yes 0 No

What is the difference between the C & C++? ..

Answer / tcs

c is structered lang,c++ is oo lang.
poiter use in c++ but does not use in c

Is This Answer Correct ?    0 Yes 5 No

Post New Answer

More OOPS Interview Questions

Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)

0 Answers   Accenture,


What is the difference between a constructor and a destructor?

0 Answers  


Can we override main method?

0 Answers  


What do you mean by variable?

0 Answers  


What is multilevel inheritance explain with example?

0 Answers  


Is react oop?

0 Answers  


Program to check whether a word is in all capital letters

1 Answers  


What does the keyword "static" mean?

4 Answers   TCS,


What is memory leak and memory corruption?

1 Answers   TCS,


Which keyword is written to use a variable declared in one class in the other class?

5 Answers   TCS,


WHAT IS THE DIFFERENCE BETWEEN ABSTRUCTION AND ENCAPSULATION? PLEASE EXPLAIN IT.

7 Answers   ETH,


what is overloading

3 Answers   MindCracker,


Categories