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 / rokesh

very simple. C++ is actually named as C with classes.. It
makes use of classes.. thats all the difference

Is This Answer Correct ?    0 Yes 1 No

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

Answer / anhr computer education

In 'C' header file is optional but in C++ header file is
compulsory and cannot be ignored.

Is This Answer Correct ?    0 Yes 1 No

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

Answer / aliraza

c language could not any return value and c++ return value

Is This Answer Correct ?    0 Yes 1 No

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

Answer / cyber warrior

C is containing single character but "c++" contains three
characters

Is This Answer Correct ?    0 Yes 1 No

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

Answer / divya

c is an object oriented and c++ is procedure oriented

Is This Answer Correct ?    7 Yes 9 No

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

Answer / ankit agarwal

main difference c++ is an increment version of c language.
in written program c++ is more easy than c.c++ is easily
understand.

Is This Answer Correct ?    0 Yes 2 No

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

Answer / xxxx

c is good language and c++ is bad language....

Is This Answer Correct ?    2 Yes 4 No

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

Answer / no

objrd.Read();

Is This Answer Correct ?    1 Yes 3 No

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

Answer / nmreddy

c is procedure oriented language c++ is object oriented language
c and c++ not secured data

Is This Answer Correct ?    1 Yes 3 No

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

Answer / nmreddy

c++ is a high level language
c is high level and low level language

Is This Answer Correct ?    1 Yes 3 No

Post New Answer

More OOPS Interview Questions

What is destructor give example?

0 Answers  


#include <string.h> #include <stdio.h> #include <stdlib.h> #include <conio.h> void select(char *items, int count); int main(void) { char s[255]; printf("Enter a string:"); gets(s); select(s, strlen(s)); printf("The sorted string is: %s.\n", s); getch(); return 0; } void select(char *items, int count) { register int a, b, c; int exchange; char t; for(a = 0; a < count-1; ++a) { exchange = 0; c = a; t = items[ a ]; for(b = a + 1; b < count; ++b) { if(items[ b ] < t) { c = b; t = items[ b ]; exchange = 1; } } if(exchange) { items[ c ] = items[ a ]; items[ a ] = t; } } } design an algorithm for Selection Sort

0 Answers  


how to tackle technical questions

1 Answers  


What does and I oop mean in text?

0 Answers  


What do you mean by inline function?

6 Answers  


Which language is pure oop?

0 Answers  


What does and I oop mean?

0 Answers  


What is difference between #define and const?

3 Answers   emc2,


Can you name some types of inheritance?

1 Answers   Motorola,


What is polymorphism in oops?

1 Answers  


Is html an oop?

0 Answers  


some one give d clear explanation for polymorphism

3 Answers  


Categories