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 difference between C and C++

Answers were Sorted based on User's Feedback



what is difference between C and C++..

Answer / zubin abraham

C is structure oriented Designing language where as C++ is
Object oriented language

C is used for creating System level programs and c++ is used
for creating application programs and GUI

Is This Answer Correct ?    12 Yes 0 No

what is difference between C and C++..

Answer / nataraj

c is an basic language, and c++ is advanced language.and c
is an basic of the program.

Is This Answer Correct ?    12 Yes 1 No

what is difference between C and C++..

Answer / sight

Hi!!
C is basically developed for Structured programming...
C++ is developed for Object Oriented Programming..

C we can't use Inheritance,Polymorphism.etc..Concepts
C++ we can use this concepts...

C is not as secured compared to C++
C++ is more secure than C b'coz it use Object Oriented
concepts..

C is to Down Approach
C++ is Bottom top Approach..

Is This Answer Correct ?    11 Yes 0 No

what is difference between C and C++..

Answer / kalyanram

c is a procedural oriented language ,in c there is no
security & reusabulity concepts
in c++ lan object oriented language this provide concept of
class,inheritance ..so it is more security

Is This Answer Correct ?    5 Yes 0 No

Post New Answer

More C Interview Questions

2.Given the short c program that follows a. make a list of the memory variables in this program b.which lines of code contain operations that change the contents of memory? what are those operations? Void main( void) { Double base; Double height; Double area; Printf(“enter base and height of triangle :”); Scanf(“%lg”, &base); Scanf(“%lg”, &height); Area=base*height/2.0; Printf(“the area of the triangle is %g \n”,area); }

1 Answers   Wipro,


Why ordinary variable store only one value  

0 Answers  


#include<stdio.h> main() { char s1[]="Ramco"; char s2[]="Systems"; s1=s2; printf("%s",s1); } Find the output

5 Answers   CitiGroup,


write a c program for greatest of three numbers without using if statment

4 Answers   IBM,


The number of bytes of storage occupied by short, int and long are a) 2, 2 and 4 b) 2, 4 and 4 c) 4, 4 and 4 d) none

0 Answers  


Binary tree traversing

1 Answers   Qualcomm,


Tell me about low level programming languages.

0 Answers   Amdocs,


write a program to check whether a number is Peterson or not.

4 Answers  


GIVEN A FLOATING POINT NUMBER HOW IS IT ACTUALLY STORED IN MEMORY ? CAN ANYONE EXPLAIN?? THE 32 BIT REPRESENTATION OF A FLOATING POINT NUMBER ALLOTS: 1 BIT-SIGN 8 BITS-EXPONENT 23 BITS-MANTISSA

0 Answers  


What are operators in c?

0 Answers  


What is a char in c?

0 Answers  


What are nested functions in c?

0 Answers  


Categories