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
No Answer is Posted For this Question
Be the First to Post Answer
SEND + MORE = MONEY. Then what is the value of M + O + N + E + Y ?
If wind flows 160 miles in 330 min, for 80 miles how much time required.
hash function,hash table,linked list,binary tree traversal
3 Answers Syncfusion, University Exams,
If the graphs of the equations x + y = 0 and 5y + 7x = 24 intersect at (m, n), then the value of m +n is?
Ques--Input a number and then find the next higher number such that for both the number (inputted and the next higher number) in binary representation contains equal number os ones. Example: Input:3(0000000000000011) Ouput:5(0000000000000101) I want a solution in C/C++ language
A batsman scored 120 runs including 16 fours and 2 sixes. What percentage of his total score did he make by running between the wickets?
Four concentric circles are given. The radius of 1st circle is x. Next is 2x, then 3x and 4x. Given that area between 2nd and 1st is A and 4th and 3rd circles being B. Find ratio of A to B
Bird is flying 120km/hr b/w b to r. Two trains at b to r at 60 kmph the distance traveled by the bird before it is killed.
Two people X & Y walk on the wall of a godown in opposite direction. They meet at a point on one side and then go ahead. X after walking for some time, walks in opposite direction for 15 mtrs.Then again he turns back and walks in the original direction. What distance did Y walk before they met again, if X walks 11 mtrs by the time Y walks
If any1 have previous NIC Papers, plz send it to nads707@gmail.com....
500 men are arranged in an array of 10 rows and 50 columns according to their heights. Tallest among each row of all are asked to fall out. And the shortest among them is A. Similarly after resuming that to their original podsitions that the shortest among each column are asked to fall out. And the tallest among them is B . Now who is taller among A and B ?
Three friends divided some bullets equally. After all of them shot 4 bullets the total no.of remaining bullets is equal to that of one has after division. Find the original number divided.