difference between c and c++?
Answer Posted / t.shasu
C:C is procedural oriented language with specific focus on
method
c++:c++ object oriented progrmming with focus of classes
and object acess mechanisam
c:scanf & printf for read & write the input & output.
c++:extraction & insertion operators are used.
c:c having Macros.
c++;Having inline function to fast registering access.
c:and so on...
c++:and so on....
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What do you mean by funtion prototype?
Differentiate between late binding and early binding. What are the advantages of early binding?
How does atoi function work?
How to declaring variables in c++?
What is a breakpoint?
To which numbering system can the binary number 1101100100111100 be easily converted to?
What does obj stand for?
Is java easier than c++?
Write a program to find the Factorial of a number
What is a multimap c++?
What is data abstraction? How is it different from data encapsulation?
Is multimap sorted c++?
How to demonstrate the use of a variable?
What is :: operator in c++?
What does catch(…) mean?