what is the main difference between c and c++?
Answers were Sorted based on User's Feedback
Answer / shubham mehra
c mai + nahi hota hai
c++ mai 2 plus hote hai
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / d.raji
C:it is top to bottam approach program.
C++:it is bottam to top approach program.
in c we don't use many features such as inheritence,access
specifier concept etc.,
| Is This Answer Correct ? | 2 Yes | 3 No |
Answer / surbhi g
c++ is update version of c
as c run in c++ while c++ not run in c
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / mohit bhushan aggarwal
1: In C++, we use <iostream.h> while in C, we use <stdio.h>.
2: C++ is an object oriented programming language and C is
a procedure programming language.
3: in C++, we do not use Algo while in C we use algo to
make a program.
4: C++ overcomes the C language.
5: C language is the superset of BCPL and C++ is the
superset of C language..
Thanks.
| Is This Answer Correct ? | 1 Yes | 2 No |
Answer / shrikant
c c++
1.pop language. 1.oop language.
2.32 keywords are used. 2.48 keywords are used.
3.Top to bottom. 3.Bottom to top.
4.Declare variable is 4.Declare variable is
neccessary. not neccessary
| Is This Answer Correct ? | 1 Yes | 2 No |
Answer / pardeep singh
C is procedure oriented language & c++ is oops based
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / poornima.r
in c, all the variable must be declared in declaration part
c++ permits declaration of variables anywhere in the program
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / firdaus naqvi
a combination of traditional C with object oriented version is C++
| Is This Answer Correct ? | 0 Yes | 1 No |
What are the features of oop?
what is the realstic modeling?
What is coupling in oop?
What is oops?what is its use in software engineering?
should we use linear search or binary search if elements are placed in random order or mixed?in both cases? i need a little bit detail ans?thnks
Please send ford technologies placement paper 2 my mail id
How does polymorphism work?
how to get the oracle certification? send me the answer
is java purely oop Language?
49 Answers HCL, Infosys, TCS,
what are the different types of qualifier in java?
if u write a class do u write Assignment operator and copy constructor
What is the differances between a abstract calss and interface