difference between c and c++?
Answer Posted / swapna adusumilli
c is procedure oriented language. In c first we have to
declare methods and call those methods in main(). After that
we have to implement those methods.
c is middle level language.
c++ is object oriented language and gives importance to
object that is data. Here first we have to implement
methods, after that we call those methods in main().
c++ is high level language
| Is This Answer Correct ? | 8 Yes | 4 No |
Post New Answer View All Answers
What is virtual function? Explain with an example
What are manipulators in c++ with example?
Write a short code using c++ to print out all odd number from 1 to 100 using a for loop
Do you know about latest advancements in C++ ?
Evaulate: 22%5 a) 2 b) 4 c) 0
What are the various arithmetic operators in c++?
Do you know what are pure virtual functions?
Difference between struct and class in terms of access modifier.
Are vectors faster than arrays?
Do you know what are the new features that iso/ansi c++ has added to original c++ specifications?
What is the difference between new() and malloc()?
What is array in c++ pdf?
what is oops and list its features in c++?
What does std mean in c++?
Is java based off c++?