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 constant in c++ with example?
Function can be overloaded based on the parameter which is a value or a reference. Explain if the statement is true.
What is null pointer and void pointer?
What is the difference between the compiler and the preprocessor?
what is data encapsulation in C++?
What is the use of c++ programming language in real life?
Write about the scope resolution operator?
Which is best ide for c++?
What is a multimap c++?
What are the advantages of early binding?
Explain about Virtual Function in C++?
what is VOID?
What is a type library?
What is meant by iomanip in c++?
Can circle be called an ellipse?