TCS
Company
undefined
Difference between C and C++?
Read Solution (Total 11)
-
- c does not contain ++ ...
but c++ contains ++.. - 10 years agoHelpfull: Yes(7) No(11)
- 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.
C structures have a different behaviour compared to c++ structures. Structures in c do not accept functions as their parts. - 10 years agoHelpfull: Yes(6) No(0)
- C is Procedural Language.C++ is non Procedural i.e Object oriented Language.
- 10 years agoHelpfull: Yes(5) No(0)
- MR.Sivaraman ur solution was very helpfull and usefull to me tanks awsum !!!!
- 10 years agoHelpfull: Yes(1) No(0)
- Mr.gokul...can u say the ans correct ans plz.....
- 10 years agoHelpfull: Yes(1) No(0)
- C:low level language nd C++ high level language compare b/w both.
- 10 years agoHelpfull: Yes(1) No(0)
- C is not both procedural and object oriented programming language, its only procedural language.c does not have inline functions whereas C++ has. @v
- 10 years agoHelpfull: Yes(1) No(0)
- C is structured programming lang. where as C++ is object oriented programming lang,means in c++ we can use OOPS concept like inheritance,polymorphism etc.C++ is a superset of C with additional features.
- 10 years agoHelpfull: Yes(1) No(0)
- C is procedural language where as c++ is both procedural as well as object oriented language.
In c++ we have function overloading where as in c we don't have.
In c declaring the global variable several times is allowed but this is not allowed in c++. - 10 years agoHelpfull: Yes(0) No(1)
- Pandi its absolutely the right answer, I agree with you.
- 10 years agoHelpfull: Yes(0) No(0)
- being a computer science student ur approach towards diss ques should be crisp c ++ is an extension towards c in which classes are introduced based on structures in c c uses top down approach of structure programming or modular programming however c++ uses oop concepts in a bottom up fashion
- 10 years agoHelpfull: Yes(0) No(0)
TCS Other Question