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 / shubham mehra

c mai + nahi hota hai
c++ mai 2 plus hote hai

Is This Answer Correct ?    0 Yes 1 No

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

Answer / rohit

C does not has ++ sign
while C++ has ++ sign....

Is This Answer Correct ?    0 Yes 1 No

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

Answer / d.raji

C:it is top to bottam approach program.
C++:it is bottam to top approach program.
in c we don't use many features such as inheritence,access
specifier concept etc.,

Is This Answer Correct ?    2 Yes 3 No

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

Answer / surbhi g

c++ is update version of c

as c run in c++ while c++ not run in c

Is This Answer Correct ?    0 Yes 1 No

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

Answer / durga bhavani

c is programing language

Is This Answer Correct ?    0 Yes 1 No

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

Answer / mohit bhushan aggarwal

1: In C++, we use <iostream.h> while in C, we use <stdio.h>.
2: C++ is an object oriented programming language and C is
a procedure programming language.
3: in C++, we do not use Algo while in C we use algo to
make a program.
4: C++ overcomes the C language.
5: C language is the superset of BCPL and C++ is the
superset of C language..

Thanks.

Is This Answer Correct ?    1 Yes 2 No

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

Answer / shrikant

c c++
1.pop language. 1.oop language.
2.32 keywords are used. 2.48 keywords are used.
3.Top to bottom. 3.Bottom to top.
4.Declare variable is 4.Declare variable is
neccessary. not neccessary

Is This Answer Correct ?    1 Yes 2 No

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

Answer / pardeep singh

C is procedure oriented language & c++ is oops based

Is This Answer Correct ?    0 Yes 1 No

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

Answer / poornima.r

in c, all the variable must be declared in declaration part
c++ permits declaration of variables anywhere in the program

Is This Answer Correct ?    0 Yes 1 No

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

Answer / firdaus naqvi

a combination of traditional C with object oriented version is C++

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More OOPS Interview Questions

what is a binary overloading

2 Answers  


what is the advantage in software? what is the difference between the software developer and Engineer

1 Answers  


what is an instance of a class

5 Answers  


Whats oop mean?

0 Answers  


You have one base class virtual function how will call that function from derived class?

4 Answers  


Is html an oop?

0 Answers  


where is memory for struct allocated? where is memory for class-object allocated? I replied for struct in stack and for class-object in heap. THen he asked if class has struct member variable what happens.class on heap and what about struct in that class? couldnt ans :( :-?

2 Answers   Infosys, Microsoft,


How can i write a code in c# to take a number from the user and then find all the prime numbers till the number entered by the user.

4 Answers   NIIT, TCS,


What is multiple inheritance? Give Example

6 Answers   Mind Tree,


What is the real time example of encapsulation?

0 Answers  


How to overload new operator in c++

2 Answers  


Is following functions are said to be overloaded? int add(int a,int b) char *add(int a,int b)

4 Answers  


Categories