what is the main difference between c and c++?
Answer Posted / sindhu,swetha,charitha
in c we use scanf function as standard input
function,while
in c++ we use streame cin>> for input.like this for output
in c we use printf function,while in c++ we use cout<< as a
output function.
| Is This Answer Correct ? | 12 Yes | 0 No |
Post New Answer View All Answers
Why is object oriented programming so hard?
Can we override main method?
Why do we use oops?
What is oops and its features?
What are benefits of oop?
Why do we need polymorphism in c#?
What is balance factor?
What is the difference between abstraction and polymorphism?
What is and I oop mean?
What is object and example?
Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?
Can we create object of abstract class?
What is polymorphism in oop example?
What are the 3 principles of oop?
What does enum stand for?