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
Explain the advantages of inheritance.
What is property in oops?
what type of question are asked in thoughtworks pair programming round ?
What does no cap mean?
What is balance factor?
Whats is abstraction in oops?
Is enum a class?
What is solid in oops?
What is the problem with multiple inheritance?
design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)
i am getting an of the type can not convert int to int *. to overcome this problem what we should do?
What is meant by oops concept?
How do you use inheritance in unity?
Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?
How is polymorphism achieved?