How to calculate the age from the date of birth by using the
program?
Answer Posted / vin
This can be done
by asking the user to enter the year of birth and get the
current date by using the functions in time.h
just you have to subtract the year.
| Is This Answer Correct ? | 16 Yes | 2 No |
Post New Answer View All Answers
What is class in oop with example?
officer say me - i am offered to a smoking , then what can you say
What is debug class?what is trace class? What differences are between them? With examples.
can we make game by using c
write string class as your own class in java without using any built-in function
assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).
Why interface is used?
What is abstraction oop?
What is class encapsulation?
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?
What is pointer in oop?
Why is there no multiple inheritance?
• What are the desirable attributes for memory managment?
What are the benefits of polymorphism?
Why do we use polymorphism in oops?