(103.7 x 101.3)2 = 10?
(a) 6
(b) 7
(c) 10
(d) 3
(e) None of these
Answers were Sorted based on User's Feedback
In a certain company, 20% of the men and 40% of the women attended the annual company picnic. If 35% of all the employees are man, what percent of all the employees went to the picnic?
what is the max no of points of intersection of two circles of unequal radii
7 Answers AAI Airports Authority Of India, TANCET, Verifone,
What is the optimum number of operations for 2*(x**3)+3*(x**2)+5*x+5?
24 6 99 33 3 63 19 3 ? A) 7. B)28 C)70. D)54
One train leaves Los Angeles at 15mph heading for New York. Another train leaves from New York at 20mph heading for Los Angeles on the same track. If a bird, flying at 25mph, leaves from Los Angeles at the same time as the train and flies back and forth between the two trains until they collide, how far will the bird have traveled?
ram sita hai ,to sita kaun hai?
Number Series 11,14,12,15,13,16,?
if x=y=2z and xyz =256 then x=
dear sir I need ordance factories non technical model question paper so pls send me the model paper my E-mail Id is sakthisaa@gmail.com
What is bull and bear market
In a soap company a soap is manufactured with 11 parts. For making one soap you will get 1 part as scrap. At the end of the day u have 251 such scraps. From that how many soaps can be manufactured?
An array was given and we were required to write a function : int CalculateThirdHighest(int a[ ]) : which calculates the third highest number in the array. While coding in C remember to calculate the length of array using formulae length of array=sizeof(a)/sizeof(int). Because the number of elements of array were not passed as argument. i want a solution in C/C++ language