Fifty minutes ago if it was four times as many mints past 3
o clock. how many minutes is it to six o'clock n how....?????
Answer Posted / r0h_n
4 times of 50mins.=50*4=200mins.=3hr.20mins.
3o'clock past 200min.=3o'clock+3hr.20min.=6hr.20mins.
50mins. ago it was 6:20,then now d time is=6:20+50mins.=7:10
7hr 10mins.-6hr=1hr 10min.=70 mins. past 6 o'clock
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
Explain what is the purpose of "extern" keyword in a function declaration?
application areas a 'c' a) operating system b) graphics, interpreter, assembler c) program evalution, communication softwares d) all the above
What is file in c language?
Is c# a good language?
while loop contains parts a) initialisation, evalution of an expression,increment /decrement b) initialisation, increment/decrement c) condition evalution d) none of the above
write a c program thal will find all sequences of length N that produce the sum is Zero, print all possible solutions?
Explain how can I prevent another program from modifying part of a file that I am modifying?
Can a function argument have default value?
What is extern variable in c with example?
What are the advantages of union?
What is "Hungarian Notation"?
Should I use symbolic names like true and false for boolean constants, or plain 1 and 0?
What are pointers in C? Give an example where to illustrate their significance.
Describe the difference between = and == symbols in c programming?
Explain the process of converting a Tree into a Binary Tree.