what is the main difference between c and c++?
Answer Posted / k.packiya
c is procadural langaue but c++ is object oriend language.C
is object based langauga.In c we have use th input and
output statement as printf and scanf but in c++ the input
and output statements are cout and cin.C++ is more
comlexitiy and security then c.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
I have One image (means a group photo ) how to split the faces only from the image?............ please send the answer nagadurgaraju@gmail.com thanks in advace...
What is object-oriented programming? Webopedia definition
Can we override main method?
write a C++ program for booking using constructor and destructor.
Write a c++ program to display pass and fail for three student using static member function
What is debug class?what is trace class? What differences are between them? With examples.
Plese get me a perfect C++ program for railway/airway reservation with all details.
write a program using c++ to implement single contiguous memory mangement techniques.display the content of the main memory after yhe allocation of jobs and percentage of the wastage of the main memory
What is the fundamental idea of oop?
What is stream in oop?
Can an interface inherit a class?
What is polymorphism explain?
What is a class and object?
What is the advantage of oop over procedural language?
What is encapsulation example?