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 static in c++?
What is setfill c++?
What function initalizes variables in a class: a) Destructor b) Constitutor c) Constructor
Why is polymorphism useful?
What does the linker do?
Evaluate the following expression as C++ would do :8 * 9 + 2 * 5 a) 82 b) 79 c) 370 d) list
What is an iterator?
Define a constructor?
What is meant by iomanip in c++?
Is swift better than c++?
Do you need a main function in c++?
Would you rather wait for quicksort, linear search, or bubble sort on a 200000 element array? (Or go to lunch...) a) Quicksort b) Linear Search c) Bubble Sort
What is the best free c++ compiler for windows?
Explain what is polymorphism in c++?
Differentiate between late binding and early binding.