difference between c and c++?
Answer Posted / munish kumar
Main difference between c and c++ are:
1.) In c++, there is strict typechecking and in c, there is
no strict typechecking. So, many programes which can
compiled by c compiler cannot be compiled by c++ compiler.
2.) In c, there is only "EARLY BINDING", whereas in c++,
there are "EARLY BINDING & LATE BINDING".
3.)C++ IS HIGH LEVEL LANGUAGE BUT 'C' IS LOW LEVEL LANGUAGE.
4.)In c++,there is a new concept of "INLINE FUNCTIONS",
whereas in c, there are macros.
5.)C++ is a object oriented language but C is not OOPS.
| Is This Answer Correct ? | 58 Yes | 19 No |
Post New Answer View All Answers
how to connect with oracle 9i with server in socket program in c/c++
write a porgram in c++ that reads an integer and print the biggest digit in the number
What is a c++ object?
Can the operator == be overloaded for comparing two arrays consisting of characters by using string comparison?
write a program that withdrawals,deposits,balance check,shows mini statement. (using functions,pointers and arrays)
. If employee B is the boss of A and C is the boss of B and D is the boss of C and E is the boss of D. Then write a program using the Database such that if an employee name is Asked to Display it also display his bosses with his name. For eg. If C is displayed it should also display D and E with C?
What is the use of namespace std in C++?
Can we get the value of ios format flags?
Is ca high or low level language?
Explain the term memory alignment?
Differentiate between realloc() and free().
Which programming language is best?
What is an iterator?
What does obj stand for?
Is c++ a low level language?