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
What does the && operator do in a program code?
What is the meaning of c in c language?
Write a program of prime number using recursion.
Sir i need notes for structure,functions,pointers in c language can you help me please
Explain how can I convert a number to a string?
Which is the best website to learn c programming?
What is data type long in c?
What is pointers in c with example?
write a program fibonacci series and palindrome program in c
What are the header files used in c language?
Explain what is meant by 'bit masking'?
write a C program: To search a file any word which starts with ?a?. If the word following this ?a? starts with a vowel.Then replace this ?a? with ?a? with ?an?. redirect with the output onto an output file.The source file and destination file are specified by the user int the command line.
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.
When is a void pointer used?
how to write optimum code to divide a 50 digit number with a 25 digit number??