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?

Answers were Sorted based on User's Feedback



we have a 3litres jug and a 5 litres jug and no measures on them. using these two jugs how can we m..

Answer / money

we have 3 liter jug and 5 lit..

first 5 liter with full water.and drop water into 3 liter
jug. remain 2 liter water in 5 liter capcity jug.

step 2 : drop 3 liter water in another container.
3 liter jug is empty and after then 2 liter from 5
liter jug into 3 liter jug. now we have 2 liter water in 3
liter capicity jug and 5 liter jug is empty.
step 3: take water with full 5 liter jug. pour the one liter
into 3 liter jug which have already two liter .u will have 4
liter in 5 liter jug cacpity.

Is This Answer Correct ?    25 Yes 3 No

we have a 3litres jug and a 5 litres jug and no measures on them. using these two jugs how can we m..

Answer / 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

More C Interview Questions

When a c file is executed there are many files that are automatically opened what are they files?

0 Answers  


What does volatile do?

0 Answers  


How to access or modify the const variable in c ?

16 Answers   HCL, HP,


What is the purpose of 'register' keyword in c language?

0 Answers  


change to postfix a/(b+c*d-e)

8 Answers   Value Labs,






Explain heap and queue.

0 Answers   Aricent,


A variable that is defined in a specified portion of a program but can be used throughout the program a) global variable b) local variable c) character d) none

0 Answers  


What is bin sh c?

0 Answers  


#include<stdio.h> #include<conio.h> void main() { float a; clrscr(); a=0.5; if(a==0.5) printf("yes"); else printf("no"); getch(); }

9 Answers   TCS,


code for copying two strings with out strcpy() function.

6 Answers  


difference between string and array?

6 Answers  


Result of the following program is main() { int i=0; for(i=0;i<20;i++) { switch(i) case 0:i+=5; case 1:i+=2; case 5:i+=5; default i+=4; break;} printf("%d,",i); } } a)0,5,9,13,17 b)5,9,13,17 c)12,17,22 d)16,21 e)syntax error

8 Answers   IBM,


Categories