What is the default size allocated for array in the
statement if size not specified
" int a[] "
Answer Posted / tarun shedhani
It will result into an error saying "size of a is unknown or
zero"
| Is This Answer Correct ? | 45 Yes | 6 No |
Post New Answer View All Answers
what is the sylabus for priliminaries?
What does and I oop mean?
What is the importance of oop?
What is object in oop with example?
What is polymorphism what are the different types of polymorphism?
What are the 3 pillars of oop?
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 type of questions
How do you answer polymorphism?
What is an advantage of polymorphism?
Why is polymorphism used?
What is destructor oops?
Why we use classes in oop?
Can we have inheritance without polymorphism?
What is polymorphism what is it for and how is it used?