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 is class in c++ with example?
What is a container class?
Which coding certification is best?
Can I learn c++ without learning c?
What are namespaces in c++?
What is flag in computer?
Perform addition, multiplication, subtraction of 2-D array using Operator Overloading.
What is the difference between c++ and turbo c++?
Why is c++ awesome?
If you push the numbers (in order) 1, 3, and 5 onto a stack, which pops out first a) 1 b) 5 c) 3
How is computer programming useful in real life?
Why do we need templates?
How do we implement inheritance in c++?
What are the defining traits of an object-oriented language?
Does c++ have foreach?