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...


difference between c and c++

Answers were Sorted based on User's Feedback



difference between c and c++ ..

Answer / ajay

Actually c is a procedural programming language which
cann't face the real world problem. It has some drawback
like a global data is shared by all function and if in a
large program it is find out difficult that which function
uses which data.

On the other hand c++ is an object oriented programming
language which eliminate some pitfall of conventional or
procedural programming language. It is a concept or
approach for designing a new software. It is nothing to do
with any programming language although a programming
language which support the oops concept to make it easier
to implement.

This is the main different between c and c++.

Is This Answer Correct ?    2 Yes 0 No

difference between c and c++ ..

Answer / satish kumar

C:
1.c is the structure programing language.
2.its contains the top down procedure .
3.in dis programing language programs are very complex.
4.it doesnt suports the inheritanc concepts..nd exception
handling concepts.
C++:
1.c++ is the object oriented programing language.
2.it is the bottm down procedure.
3.comparing to the c .it can be suports the
inheritance ,exception handlng,constructors,operator
overloadiong concepts.

Is This Answer Correct ?    1 Yes 0 No

difference between c and c++ ..

Answer / chhaya

about C language:=
1) it is procedural laguage i.e. real word entity write in
procedur form i.e. set of instruction
2) it is bacis langues
3)execution of programe is top to bottom.
4)it does not handle
overloading,encapsulation,inheritance,constuctor,distructor
these concept

about C++:=
1)it is object oriented language i.e here real word entity
can be conver into object.
2)c++ is extend from C language
3) it aontain new concept like
overloading,encapsulation,inheritance,constuctor,distructor
etc
4)it follow all the sytanx of c
5) Execution of program is bottom to top.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

What is function prototype in c with example?

0 Answers  


Does c have class?

0 Answers  


How can I invoke another program (a standalone executable, or an operating system command) from within a c program?

0 Answers  


how to make program without <> in library.

1 Answers   ADITI,


What is f'n in math?

0 Answers  


Explain how can type-insensitive macros be created?

0 Answers  


Explain how to reverse singly link list.

0 Answers  


1)which of following operator can't be overloaded. a)== b)++ c)?! d)<=

16 Answers   CybOrg, Siemens,


Describe newline escape sequence with a sample program?

0 Answers  


What are the differences between Structures and Arrays?

0 Answers   TCS,


int *p=20; if u print like dis printf("%d",p); o\p:- 20; how is it possible? plz give me the explanation.

15 Answers   Global Edge,


In the following control structure which is faster? 1.Switch 2.If-else and which consumes more memory?

4 Answers  


Categories