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 data encapsulation is in c++?
Explain what happens when a pointer is deleted twice?
What is the latest version on c++?
Can you declare an array without a size in c++?
What are the c++ access specifiers?
What is linked list in c++?
Can class objects be passed as function arguments?
How can I learn c++ easily?
What is else syntax in c++?
Which bit wise operator is suitable for checking whether a particular bit is on or off?
Can you please explain the difference between overloading and overriding?
Explain how overloading takes place in c++?
What is oop in c++?
A mXn matrix is given and rows and column are sorted as shown below.Write a function that search a desired entered no in the matrix .with minimum complexity 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
What are the various oops concepts in c++?