A woman had somany gloves and hats 22 red,34 blue, 45
white...there was power cut and she took a glove and how
many gloves shud she take so that she gets a pair of glove
fr each color??

Answer Posted / jatin

compute some of gloves
22+34+45=101
out of this 22 34 and 44 for the eachh coller she get pair of gloves

Is This Answer Correct ?    3 Yes 24 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why do we use int main instead of void main in c?

626


In this problem you are to write a program that will cut some number of prime numbers from the list of prime numbers between 1 and N.Your program will read in a number N; determine the list of prime numbers between 1 and N; and print the C*2 prime numbers from the center of the list if there are an even number of prime numbers or (C*2)-1 prime numbers from the center of the list if there are an odd number of prime numbers in the list.

1383


program to find error in linklist.(i.e find whether any node point wrongly to previous nodes instead of next node)

1631


Write a function which takes as parameters one regular expression(only ? and * are the special characters) and a string and returns whether the string matched the regular expression.

655


Write a program to print fibonacci series using recursion?

590






Here is a good puzzle: how do you write a program which produces its own source code as output?

602


Can a pointer point to null?

593


Define VARIABLE?

692


What is dynamic variable in c?

569


What does typedef struct mean?

664


What is a void * in c?

602


what will be the output for the following main() { printf("hi" "hello"); }

9347


What is getch?

633


What is assignment operator?

630


Which of the following operators is incorrect and why? ( >=, <=, <>, ==)

671