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


Please Help Members By Posting Answers For Below Questions

How do I use void main?

637


any function have arguments one or more OR not . it is compulsary a) any function compulsary have one or more arguments b) any function did not have arguments. It is not compulsary c) it is optional it is not compulsary d) none of the above

649


process by which one bit patten in to another by bit wise operation is? (a) masking, (b) pruning, (c) biting, (d) chopping,

1895


What are the two types of functions in c?

575


1. Write a function to display the sum of two numbers in the following ways: By using (i) pass by value (ii) pass by address a. function with argument and with return value b. function with argument and without return value c. without argument , with return value d. without argument , without return value Note: Use pass by address.

2339






Describe the steps to insert data into a singly linked list.

628


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.?

632


Define recursion in c.

704


Explain the difference between call by value and call by reference in c language?

652


define string ?

673


What is scope of variable in c?

573


Explain the difference between #include "..." And #include <...> In c?

635


How do you write a program which produces its own source code as output?

613


regarding pointers concept

1579


How to check whether string is a palindrome, WITHOUT USING STRING FUNCTIONS?

15517