difference between c and c++?
Answer Posted / satish kumar sinha
*c is the procedure oriented programing.
*c++ is the object oriented programing.
*c give the important on the procedure istade of data.
*c++ give the important on the data.
*c the data can pass through the fuction to fuction.
*c++ the data is hide in the fuction and the data is stolen
through the external function.
*c is the low level language.
*c++ is the high level language.
*c++ havig extra benifits data can hide in the fuction
(encapsulation),polymorphism,templets,file
handeling,inharitance.
| Is This Answer Correct ? | 54 Yes | 13 No |
Post New Answer View All Answers
Is c++ a dying language?
In int main(int argc, char *argv[]) what is argv[0] a) The first argument passed into the program b) The program name c) You can't define main like that
What is the most useful programming language?
What is the use of 'this' pointer?
Write a c program for binary addition of two 8 bit numbers.
Is it legal in c++ to overload operator++ so that it decrements a value in your class?
What is the function to call to turn an ascii string into a long?
Explain the problem with overriding functions
describe private access specifiers?
What is cin clear () in c++?
Explain register storage specifier.
What is an arraylist c++?
Can user-defined object be declared as static data member of another class?
What does flush do?
Explain how overloading takes place in c++?