difference between c and c++?
Answer Posted / shilpa
c is procedure oriented language and gives importance to
procedure that is functions rather than data.c is middle
level language.
c++ is object oriented language and gives importance to
object that is data
c++ is high level language
| Is This Answer Correct ? | 10 Yes | 4 No |
Post New Answer View All Answers
Which bitwise operator is used to check whether a particular bit is on or off?
What are the four partitions in which c++ compiler divides the ram?
Can you use the function fprintf() to display the output on the screen?
Which programming language should I learn first?
find the two largest values among the 6 numbers using control structures : do-while,for,if else,nestedif- else ,while. one or two of them.
How does a C++ structure differ from a C++ class?
What is an undefined reference/unresolved external symbol error and how do I fix it?
How does c++ sort work?
What are the advantages of early binding?
What are the steps in the development cycle?
What do you mean by vtable and vptr in c++?
Write a program to find the Fibonacci series recursively.
Do you know what are the new features that iso/ansi c++ has added to original c++ specifications?
What are the characteristics of friend functions?
How to demonstrate the use of a variable?