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
Give example of a pure virtual function in c++?
Why c++ is faster than java?
What is c++ coding?
What is #include iomanip?
Difference between Abstraction and encapsulation in C++?
Does c++ have finally?
How to get the current position of the file pointer?
What is #include sstream?
What is DlgProc?
Explain the isa and hasa class relationships. How would you implement each?
Can a program run without main function?
What sorting algorithm does c++ use?
What number of digits that can be accuratly stored in a float (based on the IEEE Standard 754)? a) 6 b) 38 c) An unlimited number
Explain how functions are classified in C++ ?
How to declare a pointer to an array of integers?