what is the main difference between c and c++?
Answer Posted / nmreddy
c++ is a high level language
c is high level and low level language
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
Why do while loop is used?
Where is pseudocode used?
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 does sksksk mean in text slang?
program for insertion ,deletion,sorting in double link list
Why do we use polymorphism in oops?
What are the important components of cohesion?
Can enum be null?
What is the oops and benefits of oops programming?
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?
What is polymorphism used for?
What is and I oop mean?
Can private class be inherited?
How do you explain polymorphism?
Plese get me a perfect C++ program for railway/airway reservation with all details.