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
What is abstract class in oop?
What is abstraction in oops with example?
if i have same function with same number of argument but defined in different files. Now i am adding these two files in a third file and calling this function . which will get called and wht decide the precedence?
How does polymorphism work?
Why we use classes in oop?
What is the full form of oops?
How to improve object oriented design skills?
What is oops in simple words?
Why is oop better than procedural?
What is protected in oop?
How to use CMutex, CSemaphore in VC++ MFC
what is difference between class template and template class?
What are the 5 oop principles?
What are properties in oop?
What is static modifier?