How to calculate the age from the date of birth by using the
program?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / dileep
we are using time.h header file to get the date of birth of
user. in this header file haveing the some in built functions
| Is This Answer Correct ? | 5 Yes | 3 No |
what are the characteristics of oops?
what is overloading
write a c++ code to overload + and - for a stack class such that + provides push and - provides pop operation
1 Answers College School Exams Tests, HCL, IBM, TCS,
What is the diamond problem in inheritance?
what is abstract class ? when is used in real time ? give a exp
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
I have One image (means a group photo ) how to split the faces only from the image?............ please send the answer nagadurgaraju@gmail.com thanks in advace...
What is Hashing and how is it done? Pictorial form?
WAP to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)
What is multiple inheritance?
program in c++ that can either 2 integers or 2 floating point numbers and output the smallest number
What is oop in simple words?