what is the main difference between c and c++?
Answer Posted / c.arun raju
c is the object oriented programming language because in
c++ we can create objects and class, while c language is
based on the datas of c++ language and in c++ we use cout
and cin while in c scanf printf for input and output data.
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What are the three parts of a simple empty class?
how to get the oracle certification? send me the answer
Whats is abstraction in oops?
what are the realtime excercises in C++?
What are the benefits of interface?
Write a c++ program to display pass and fail for three student using static member function
any one please tell me the purpose of operator overloading
What does and I oop mean?
How to improve object oriented design skills?
to find out the minimum of two integer number of two different classes using friend function
write a program to find 2 power of a 5digit number with out using big int and exponent ?
How to handle exception in c++, For example in a functions i am assigning memory to some variables and also in next instructions in am dividing one variable also. If this functions generates a error while allocating memory to those variable and also while dividing the variable if i divide by zero then catch block how it will identify that this error has cone from perticular instruction
What is the difference between encapsulation and polymorphism?
What is polymorphism give a real life example?
What is abstraction in oop?