⟩ A has some no. of sons & daughters.each son has sisters as twice as brother(s).each daughter has sisters as brothers.how many children A has?
There are seven children ( 3 girls and 4 boys )
The other condition 1,2 or 2,3 is not possible
There are seven children ( 3 girls and 4 boys )
The other condition 1,2 or 2,3 is not possible
A programs reads "The man and the boyrn" from a file using fgets() and stores it in str[]. Then the string stored in str isA. "The man and the boyrn"B. "The man and the boyr"C. "The man and the boyn"D. "The man and the boy"
A cryptanalyst must translate into letters of all digits included in the following two lines of nine symbols each9 3 3 4 5 6 6 6 72 2 3 3 4 4 5 7 8The cryptanalyst has already determined some of rules governing the decodingRule 1-Each of the digits from 2 to 9 represents exactly one of the eight lettersA,E,I,O,U,R,S,T.Rule 2-Each letter is represented by exactly one of the digits. If a digit occurs more thanonce it represents the same letter on each occasion.Rule 3-The letter T and the letter O are each represented exactly 3 times.Rule 4-The letter I and the letter A are each represented exactly 2 times.Rule 5-The letter E is represented exactly 4 times.Based on above solve following QuestionsQ1. If 9 represents vowel,it must represent which of followingOption 1- AOption 2- EOption 3- IOption 4- OOption 5- UQ2. If 8 represents vowel which of the following must represent a consonantOption 1- 2Option 2- 4Option 3- 5Option 4- 7Option 5- 9Q3. If 2 represents R and 7 represents A, then 5 mu
Find the minimum value of 3x+4y if x^2y^3=12?
In class of 10 students, the teacher writes a number on the board. The first student tells that the number is divisible by 1, the second student tells that the number is divisible by 2, the third by 3, the forth by 4 and so on till 10. If the statement of one of the students in wrong then what is the least number possible?
Mr. and Mrs. Aye and Mr. and Mrs. Bee competed in a chess tournament.Of the three games played a)In only the first game werethe two players married to each other. b)The men won two games and the women won one game. c)The Ayes won more games than the Bees. d)Anyone who lost game did not play the subsequent game.Who did not lose a game?
These ques were asked in the Intuit paper. There were 11 ques1. Write a C function(statement given) for definition of strlen(used to return the leanth of a null character terminated ASCII string)unsigned int strlen(char *str)2.U have a rectangular board with a rectangular hole in it(could be anywr at any inclination). Draw a single straight line to cut the solid are into 2 equal halves.3.what is the output of the following prog?#includevoid main(){int i=10;int j=i%2;if (j==0)cout<<"Got it"< elsecout<<"out it"< }
The size of the bucket is N kb. The bucket fills at the rate of 0.1 kb per millisecond. A programmer sends a program to receiver. There it waits for 10 milliseconds. And response will be back to programmer in 20 milliseconds. How much time the program takes to get a response back to the programmer, after it is sent? Please tell me the answer with explanation?
A fishermans day is rated as good if he catches 9 fishes ,fair if 7 fishes and bad if 5 fishes .He catches 53 fishes in a week n had all good, faiur n bad days in the week.So how many good ,fair n bad days did the fisher man had in the week?
If G(0) = -1 G(1)= 1 and G(N)=G(N-1) - G(N-2) then what is the value of G(6)?
There are 5 distinct pairs of white socks and 5 pairs of black socks in a cupboard. In the dark, how many socks do I have to pull out to ensure that I have at least 1 correct pair of white socks?a) 3b) 11c) 12d) 16