Results 1 to 10 of 10
-
11-23-2015, 07:00 AM #1
- Join Date
- Sep 2015
- Location
- India
- Posts
- 159
what is difference between c and c plus plus..?
what is difference between c and c plus plus??
-
11-29-2015, 10:59 PM #2
- Join Date
- Sep 2015
- Posts
- 447
Re: what is difference between c and c plus plus..?
C is the low level language or C++ is the object orientated language.
-
04-05-2016, 12:05 AM #3
- Join Date
- Mar 2016
- Location
- India
- Posts
- 28
Re: what is difference between c and c plus plus..?
C is a procedural (aka structural) programming language. In addition to begin procedural,
C++ is also an object oriented programming language.
-
04-05-2016, 12:07 AM #4
- Join Date
- Sep 2014
- Location
- India , New Delhi Uttam nagar
- Posts
- 379
Re: what is difference between c and c plus plus..?
C is a structural or procedural programming language. where C ++ is an object oriented programming language.
-
04-05-2016, 06:51 AM #5
- Join Date
- Jan 2016
- Location
- Mumbai
- Posts
- 517
Re: what is difference between c and c plus plus..?
The main difference is the object-oriented programming paradigm. C has structs to group related data together, but C++ also has classes that group data and code together.
Deliver2inbox
-
04-08-2016, 12:48 AM #6
- Join Date
- Dec 2015
- Location
- jalandhar
- Posts
- 71
Re: what is difference between c and c plus plus..?
C is a procedural (aka structural) programming language. In addition to begin procedural,
C++ is also an object oriented programming language.
-
04-13-2016, 06:24 AM #7
- Join Date
- Apr 2016
- Location
- mumbai
- Posts
- 84
Re: what is difference between c and c plus plus..?
C is a structural language whereas C++ is an object oriented language.
-
04-15-2016, 07:02 AM #8
- Join Date
- Apr 2016
- Posts
- 193
Re: what is difference between c and c plus plus..?
Difference between c and c plus plus
C is procedure programming language where the code is organised in the form of modules or blocks of codes that are executed to get the resultant output. The blocks of code can be in a form of functions, structure etc.
Whereas, C++ is an object-oriented programming language where the coding is done by using the predefined library class. Objects, in turn, are instances of class.
-
04-16-2016, 10:48 AM #9
- Join Date
- Jan 2016
- Location
- Mumbai
- Posts
- 563
Re: what is difference between c and c plus plus..?
The main difference is the object-oriented programming paradigm. C has structs to group related data together, but C++ also has classes that group data and code together.
-
04-16-2016, 10:57 AM #10
Re: what is difference between c and c plus plus..?
C++ was based on C and retains a great deal of the functionality. C++ does not retain complete source-level compatibility with C. There are a few gotchas for C++ programmers trying to write C code, and C programmers trying to compile with a C++ compiler.
Similar Threads
-
Difference between SEO and SMM ?
By ninadordev in forum Search Engine Optimization (SEO)Replies: 7Last Post: 05-23-2020, 10:17 AM -
What is the difference between SEO and SMO ?
By raianju in forum General TalkReplies: 12Last Post: 07-27-2018, 04:48 AM -
Difference between a RAM and ROM ?
By kilato in forum General TalkReplies: 4Last Post: 07-26-2018, 05:08 AM -
Difference between PPC & SEO?
By shaadisan in forum Search Engine Optimization (SEO)Replies: 26Last Post: 05-06-2016, 01:48 AM -
Difference Between SEM and SEO
By rustycatter in forum Search Engine Optimization (SEO)Replies: 12Last Post: 01-17-2016, 04:00 AM
Bookmarks