what is the main difference between c and c++?
Answer Posted / chirag jobanputra
IN C,GLOBAL DECLARATION ISN'T POSSIBLE ANYWHERE BUT IN
C++,VARIABLES ARE DECLARED GLOBALLY.
| Is This Answer Correct ? | 21 Yes | 9 No |
Post New Answer View All Answers
write a programe to calculate the simple intrest and compund intrest using by function overlading
What is destructor oops?
What is basic concept of oop?
What does it mean when someone says I oop?
What is polymorphism give a real life example?
Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer
What is pointer in oop?
What is the use of oops?
Is data hiding and abstraction same?
What is encapsulation selenium?
What is overriding vs overloading?
i=20;k=0;
for(j=1;k-i;k+=j<10?4:3)
{
cout< what are the different types of qualifier in java? 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. How do you use inheritance in unity?