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....?????
Answers were Sorted based on User's Feedback
Answer / 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 |
Should I use symbolic names like true and false for boolean constants, or plain 1 and 0?
write a program that explain #define and # undef directive
What are identifiers c?
Is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
1.find the second maximum in an array? 2.how do you create hash table in c? 3.what is hash collision
Can i use “int” data type to store the value 32768? Why?
How can you call a function, given its name as a string?
What is a symbolic constant?
How can a program be made to print the name of a source file where an error occurs?
what is the output of the following program? main() { int i=-1,j=-1,k=0,l=2,m; m=i++&&j++&&k++||l++; printf("%d %d %d %d %d",i,j,k,l,m); }
Diff: between this 2 classes in terms of memory class A { int i; char c; double d; }; class A { double d; int i; char c; }; How it is calculating?
Function which gives a pointer to a binary trees const an integer value at each code, return function of all the nodes in binary tree.?