Answer Posted / iswarya.m
optional
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
The mean of 100 bags was found to be 30. What will be the correct mean if at the time of calculation two bags were wrongly taken as 32 and 12 instead of 23 and 11?
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
A invests $12000, B invests $8000, C invests $6000 and they got a profit of $1200. How much share A got more than B and C?
Complete the series..2 2 12 12 30 30 ?
With a 4/5 full tank a vehicle can travel 12 miles, how far can it travel with a 1/3 full tank
A ship went on a voyage after 180 miles a plane statrted with 10 times speed that of the ship. Find the distance when they meet from starting point.
there is a 4 inch cube painted on all sides. this is cut into no of 1 inch cubes. what is the no of cubes which have no pointed sides.
If "PROMPT" is coded as QSPLOS ,then "PLAYER" should be?
One ship goes along the stream direction 28 km and in opposite direction 13 km in 5 hrs for each direction.What is the velocity of stream? `
if a=2, b=3, c=6 Find the value of c/(a+b)-(a+b)/c
Price of product is reduced by 30%. What % should be increased to make it 100 % ?
In how many rows will 200 Miranda bottles be placed, if 200 Miranda bottles are stacked in such a way that there are 20 bottles in the bottom, 19 in the next row, 18 in the row next and so on?
One watch is showing 30 past 3 .What is the angle between minutes & hours hand?
i need icet solved papers 2000 to 20010,and also mock papers,mock online
How will u print TATA alone from TATA POWER using string copy and concate commands in C?