difference between c and c++?
Answer Posted / kasi
1)C is procedure oriented programming & c++ is object
oriented programming.
2}c gives importance to procedure that is functions rather
than data.
c++ is object oriented language and gives importance to
object that is data .
3)c is middle level language.
c++ is high level language
4)c is structured design,c++ is object oriented design
5)c is top-down approach,c++ is bottom-top approach
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Show the application of a dynamic array with the help of an example.
Explain the scope of resolution operator.
Can I learn c++ in a week?
How did c++ get its name?
Would you rather wait for quicksort, linear search, or bubble sort on a 200000 element array? (Or go to lunch...) a) Quicksort b) Linear Search c) Bubble Sort
What is an operator in c++?
What is a float in c++?
Is c++ an oop?
What is a constant? Explain with an example.
Explain the operation of overloading of an assignment operator.
Can non graphic characters be used and processed in C++?
What language does google use?
What is code reusability in c++?
what is a reference variable in C++?
Is java based off c++?