we have a 3litres jug and a 5 litres jug and no measures on
them. using these two jugs how can we measure 4 litres of water?
Answer Posted / gowthaman
take a 10 lits water by two times on the 5 lit jug and put on some intermediate,then u r having 3 lit jug so u cud pour the 6 LIT wATER FROM INTERMEDIATE by measuring it two times and now ur having 4 lit water
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Can you mix old-style and new-style function syntax?
What is the purpose of 'register' keyword in c language?
How do I get a null pointer in my programs?
What are called c variables?
Why pointers are used?
Why is c called "mother" language?
What are the two forms of #include directive?
What are logical errors and how does it differ from syntax errors?
#include show(int t,va_list ptr1) { int a,x,i; a=va_arg(ptr1,int) printf(" %d",a) } display(char) { int x; listptr; va_star(otr,s); n=va_arg(ptr,int); show(x,ptr); } main() { display("hello",4,12,13,14,44); }
Is array a primitive data type in c?
What is a program flowchart?
plz let me know how to become a telecom protocol tester. thank you.
If fflush wont work, what can I use to flush input?
Which is best book for data structures in c?
If the size of int data type is two bytes, what is the range of signed int data type?