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 / g.dhanalakshmi

1)C program supports top-down approach, but c++ program
supports bottom up approach.
(Explanation) If we need to compile c/c++ program, the
compiler first goes to main()function, In c++ we start with
class and main() function is at the bottom.

Is This Answer Correct ?    1 Yes 0 No

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

Answer / javed farooque

c is a procedural /structured and modular language in which
program can broken into smaller parts.c++ is based on
object oriented & c++ is a support of c. so we can say
c++ = c + object oriented.

Here, ++ is the increment opertaor it is increment by 1.
c++ is the superset of c.

c does not support reusability of code and data hiding
concepts.

c++ support reuseability of code and use for data hiding.

copy right @2009
All right reserved Affiliated by govt of M.P

Is This Answer Correct ?    3 Yes 2 No

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

Answer / sricharan

>> C << >> C++ <<

1> Basically it is an 1> It is an Object oriented
procedure oriented known as OOPS

2> It is an Top-Down 2> It is an Bottom-Up
approach approach

3> syntax ->#include<stdio.h> 3> #include<iostream.h>

4>Here we use Print f & scan f 4> Here we use cout and cin
statements statements

5>Mainly Focus on procedure 5> Mainly Focus on Data

Is This Answer Correct ?    2 Yes 1 No

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

Answer / bhanu pratap singh

in c we make the prog without header file but in c++ we
cant make the program without include header file.
bhanu

Is This Answer Correct ?    3 Yes 2 No

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

Answer / vijayasekar

1.C does not have any classes or objects. It is procedure
and function driven. There is no concept of access through
objects and structures are the only place where there is a
access through a compacted variable. c++ is object oriented
2.C structures have a different behaviour compared to c++
structures. Structures in c do not accept functions as
their parts.
3.C input/output is based on library and the processes are
carried out by including functions. C++ i/o is made through
console commands cin and cout.

Is This Answer Correct ?    2 Yes 1 No

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

Answer / akash

c is a procedure programing language
c ++ is a object oriented language
c++ support various features such as data hiding encapsulation, templates, overloading etc dis features are not there in c.
in c focus is given on function where as in c++ focus are given to data.
maintains of large softwares are not possible in c

Is This Answer Correct ?    2 Yes 1 No

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

Answer / jony

c mean see beautiful girl..
C++ means enjoy there beauty......always

Is This Answer Correct ?    5 Yes 4 No

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

Answer / kamal kishore

c is procedural language wrereas c++ is object oriented
language which can deal wuth real-world models.
c focus on procedure and c++ emphasis on data and its
object.c++ can model with real world objects
.

Is This Answer Correct ?    1 Yes 0 No

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

Answer / srinivas

by using c++,we can increase program efficiency and easily
trace the program.by using the classes and objects we can
easily access the variables.

Is This Answer Correct ?    1 Yes 0 No

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

Answer / sravanthi

c is a simple programming language where as c++ is object
oriented programing language.in c++ pgms are written based on
classes & objects.both are system dependent.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More OOPS Interview Questions

What is the highest level of cohesion?

0 Answers  


Why do we need polymorphism in c#?

0 Answers  


the difference between new and malloc

5 Answers   Siemens,


how can we design a magic square in c++?or suggest me the basic idea of it.

3 Answers  


When a private constructer is being inherited from one class to another class and when the object is instantiated is the space reserved for this private variable in the memory??

13 Answers   HCL, Honeywell,


Generally, in all C++ programs, texts are in white colour. Can we change the colour of the text(either input or output or both)? If so, help me out.

1 Answers  


Write a program to accept a number and to print numbers in pyramid format? for eg:for a no. 5 1 212 32123 4321234 543212345

7 Answers  


write a program to enter a string like"sunil is a good boy and seeking for a job" not more than 10 characters including space in one line,rest characters should b in other line.if the next line starts from in between the previous word,then print whole word to next line.

0 Answers   Wipro,


What are the benefits of interface?

0 Answers  


What is variable example?

0 Answers  


what is the difference between javap and jad utility

1 Answers   Wipro,


i had specified the access specifier for abstarct class member like (pure virtual function) as private.But it can be accessed by the derived class.How the private member of one class is accessed by other class.if any body face this problem and found the solution plz reply to me.

1 Answers   Syntel,


Categories