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

22+34+1=57

Is This Answer Correct ?    0 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the basic structure of c?

560


What is a pointer on a pointer in c programming language?

623


Write a program to show the change in position of a cursor using c

585


Why use int main instead of void main?

601


write a c program to find the sum of five entered numbers using an array named number

1621






What is atoi and atof in c?

620


Why is it important to memset a variable, immediately after allocating memory to it ?

1557


Explain how do you determine the length of a string value that was stored in a variable?

672


In cryptography, you could often break the algorithm if you know what was the original (plain) text that was encoded into the current ciphertext. This is called the plain text attack. In this simple problem, we illustrate the plain text attack on a simple substitution cipher encryption, where you know each letter has been substituted with a different letter from the alphabet but you don’t know what that letter is. You are given the cipherText as the input string to the function getwordSets(). You know that a plain text "AMMUNITION" occurs somewhere in this cipher text. Now, you have to find out which sets of characters corresponds to the encrypted form of the "AMMUNITION". You can assume that the encryption follows simple substitution only. [Hint: You could use the pattern in the "AMMUNITION" like MM occurring twice together to identify this]

1961


Explain data types & how many data types supported by c?

588


What is the difference between union and structure in c?

581


Why does notstrcat(string, "!");Work?

646


What is 1f in c?

1842


Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.

1500


How can I convert a number to a string?

610