what is the main difference between c and c++?
Answer Posted / chetna chaudhari
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 ? | 2605 Yes | 784 No |
Post New Answer View All Answers
What is data binding in oops?
What is pure oop?
Why do we use oops?
What is overriding vs overloading?
What is the purpose of polymorphism?
What is polymorphism what is it for and how is it used?
is there any choice in opting subjects like 4 out of 7
to find out the minimum of two integer number of two different classes using friend function
write a programe to calculate the simple intrest and compund intrest using by function overlading
Question: Implement a base class Appointment and derived classes Onetime, Daily, Weekly, and Monthly. An appointment has a description (for example, “see the dentist”) and a date and time. Write a virtual function occurs_on(int year, int month, int day) that checks whether the appointment occurs on that date. For example, for a monthly appointment, you must check whether the day of the month matches. Then fill a vector of Appointment* with a mixture of appointments. Have the user enter a date and print out all appointments that happen on that date.
What is coupling in oop?
Prepare me a program for the animation of train
What are the advantages of polymorphism?
What is a class oop?
What is the difference between static polymorphism and dynamic polymorphism?