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??
Answers were Sorted based on User's Feedback
Answer / 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 |
what is the defrenece between structure and union
what is the difference between #include<stdio.h> and #include"stdio.h" ?
How can a number be converted to a string?
Can you write the function prototype, definition and mention the other requirements.
difference between my-strcpy and strcpy ?
3 Answers Geometric Software, IIM, Infosys,
Why is main function so important?
What is the difference between int and float?
how can i get this by using for loop? * ** * **** * ******
void main() {int i=2; printf("%d%d%d",i,++i,i++); getch(); }
How would you find a cycle in a linked list?
Explain how do you convert strings to numbers in c?
hat is a pointer?