If an old women's age is the same as her three grand
daughters i,mean the number of days old child=the no of
weeks old child=no of months old child .The total yrs of all
these ppl is 114 yrs...then how old is the old woman?
the yr has 365 days..and 30 days each month.
Answer Posted / rupesh
The old women age is 38
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Why main is used in c?
Explain about the functions strcat() and strcmp()?
When is the “void” keyword used in a function?
Is python a c language?
What is the purpose of the preprocessor directive error?
main use of recursive function a) processing speed high b) reduce program length/reduce repeated statements c) if you do not, use iterative methods like, for, while or do-while d) all the above
a sequence of bytes with one to one corrspondence to those in the external device a) sequential addressing b) address c) byte code d) none
What is the scope of local variable in c?
How can you read a directory in a C program?
Explain what is the benefit of using an enum rather than a #define constant?
On most computers additional memory that is accessed through an adapter of feature card along with a device driver program. a) user memory b) conventional memory c) expandedmemory d) area
What is page thrashing?
What is hungarian notation? Is it worthwhile?
Explain what is the difference between the expression '++a' and 'a++'?
Which is better pointer or array?