![]() |
what is the difference in c and c++?
Hi
What is the difference in c and c++? |
Very Big difference in this new language generation
C language is simple language and C++ language is Object Oriented Language
|
my friends,C and C++ both are programming languages but c++ is next version of c
C++ is indeed an object oriented language while c is procedural language that deals with functions the most .You might have seen that in c ,most of the work depends upon functions while in c++,it depends on objects within the classes Search internet for more differences.there are lots of difference in syntax of the two languages |
Version of the same program and also a evolution no?!
|
C++ is a higher version of C programming language..
|
C and C++ both are programming language but C++ is OOPS based language which work with features of polymorphism, inheritance, abstraction and many more features of OOPS.
|
C is a peculiar language developed by Dennis Ritchie which involves procedural form of programming while C++ is another form using OOPs concept and is an advanced version of C.
|
C++ is based on oops
And c is the basic language. |
C++ is a form using OOPs concept and is an advanced version of C. C is a peculiar language developed by Dennis Ritchie which involves procedural form of programming.
|
C is a typical language that was created by Dennis Ritchie and involves different procedures of programming and C++ is another category that makes use of OOPS and the latest version of C.
|
C++ may be a type using OOPs concept and is a sophisticated version of C. C may be a peculiar language developed by Dennis Ritchie that involves procedural style of programming.
|
C is a particular variety of language that was created by Dennis Ritchie and includes different procedures of programming and C++ is another type that makes use of OOPS and the recent version of C.
|
C is a typical language that was created by Dennis Ritchie and involves different procedures of programming and C++ is another category that makes use of OOPS and the latest version of C.
|
C is a specific variety of language that was created by Dennis Ritchie & includes different procedures of programming & C++ is another type that makes use of OOPS & the recent version of C.
|
c is the simple language ans easiest to use c++ is based on the concept of oop 'and we used the classes in c++
|
Nice post thanks for sharing.
|
C is a typical language that was created by Dennis Ritchie and involves different procedures of programming and C++ is another category! Read online articles to learn more about it.
|
C may be a peculiar language developed by Dennis Ritchie that involves procedural sort of programming whereas C++ is another kind using OOPs concept and is a sophisticated version of C.
|
C++ supports function overloading but C does not support it, C++ supports object oriented programming features but C doesn't support it.
|
C++, as the name suggests is a superset of C. As a matter of fact, C++ can run most of C code while C cannot run C++ code. Here are the 10 major differences between C++ & C...
1. C follows the procedural programming paradigm while C++ is a multi-paradigm language(procedural as well as object oriented)In case of C, importance is given to the steps or procedure of the program while C++ focuses on the data rather than the process.Also, it is easier to implement/edit the code in case of C++ for the same reason. 2. In case of C, the data is not secured while the data is secured(hidden) in C++. This difference is due to specific OOP features like Data Hiding which are not present in C. |
C++ is higher version of C.
|
C is a typical language that was created by Dennis Ritchie & involves different procedures of programming & C++ is another section! Read online articles to learn more about it.
|
I think C is a alphabet and C++ is a programming language.
|
* C is procedural language while C++ is Object Oriented language
* In C their is no concept of classes,constructor,destructor while it is in C++ * C++ is advanced C * C is mother language * C++ deals with objects and many more differences |
C and C++ both are programming language but C++ is OOPS based language which work with features of polymorphism, inheritance, abstraction and many more features of OOPS.
|
C++ is the upgraded version of the C-Language. And C++ is the basic language in OOPS (object oriented programming language). Learning C-Language will be helpful for us in basic understanding of a programming language and learning C++ will be helpful for us in understanding the advanced OOPS programming languages like Core Java, Advanced Java etc.
|
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.
|
Using programming languages like C and C++ is one of the best things in the life of a person and these options are going to help those even more comfortable ones.
|
C and C++ equally are indoctrination speech but C++ is OOPS based words which job with features of polymorphism, legacy, concept and numerous extra features of OOPS.
|
Hi friend's,
i think c is not a object oriented language but c++ is a object oriented language......... |
Both C and C++ are important. C is the basic level of programming language. It is the first step of doing so. C++ is an advanced level programming language.
|
C and C + + programming language, but the C + + is OOPS language with polymorphism, inheritance, abstract features and more functionality OOPS a lot of work.
|
Both are the programming languages. They are very much useful. Using them will make your programming concept clear. This is very important. What do you think about it?
|
both C and C++ are programming languages. C++ is termed as superset of C.
C is a powerful and elegent language.almost all c PROGRAMS ARE ALSO c++ PROGRAMS. in C, it facilitates--" topdown structured design" as against C++ provides bottom-up object-oriented design. the C language is built from functions (like printf)that execute different tasks. in c++, it is a object-oriented system. objects are considered to be "a partitioned area of computer memory" that stores data and set of operations that can access that data. the three most important facilities that c++ adds on to are classes, function overloading and operator overloading. |
C++ was devised by Bjarne Stroustrup in 1983 at Bell Laboratories. It is an extension of C by adding some enhancements to C language. Bjarne combined the simula's(a language designed for making simulations, created by Ole-Johan Dahl and Kristen Nygaard) features of object oriented and the efficiency of C. The new features added to language are templates, namespaces, exception handling and use of standary library.
C and C++ are no more language for writing compilers and other languages, these general purpose languages are used worldwide in every field. C was the C++ predecessor. As it's name implies, a lot of C remains in C++. Although not actually being more powerful than C, C++ allows the programmer to more easily manage and operate with Objects, using an OOP (Object Oriented Programming) concept. |
C is the Basic language, whereas C++ is an Object Oriented Language.
|
c is the basic language.
c++ is the abject oriented language. |
c is topdown parsing.
c++ is bottom up parsing. c is structured language. c++ is object oriented language. |
There are many difference between the C and C++. Some of them are as follows:
C is the procedural oriented language, where as C++ is an Object oriented language The default header file used in C language is stdio.h and in C++ it is iosteam.h C language does not support the OOPS concept, but C++ is based on the OOPS concept. Programs written in C are stored with the extension .c and the programs written using C++ are stored with the extension .cpp |
C and C++ both are programming language but C++ can be defined as superset of C. There are various differences between C and C++ and some of them are as following:
1. C++ can run most of code of C but vice versa cannot be possible. 2. C is procedural programming paradigm language and C++ is multi-paradigm language. 3. Data is more secure in C++ rather than C. 4. C uses top down approach and C++ uses bottom up approach. 5. C is function oriented and C++ is object oriented programming language. |
All times are GMT -7. The time now is 07:43 AM. |
Powered by vBulletin Copyright © 2020 vBulletin Solutions, Inc.