5
Write an Algorithm to find the maximum and minimum items in a
set of ‘n’ element.


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

in one file global variable int i; is declared as static. In another file it is extern int i=100; Is this valid ?

2 Answers   NetApp,


difference between object file and executable file

0 Answers  


if array a conatins 'n' elements and array b conatins 'n-1' elements.array b has all element which are present in array a but one element is missing in array b. find that element.

18 Answers   Parexel, Ram Infotech, Zycus Infotech,


What is bash c?

0 Answers  


Explain what does a function declared as pascal do differently?

0 Answers  






What is the size of array float a(10)?

0 Answers  


Can you think of a logic behind the game minesweeper.

0 Answers  


What is the difference between NULL and NUL?

0 Answers   Aspire, Infogain,


What is a substring in c?

0 Answers  


What are the types of pointers in c?

0 Answers  


What is meant by int main ()?

0 Answers  


main() { int i = 10; printf(" %d %d %d \n", ++i, i++, ++i); }

10 Answers   TCS, Vector,


Categories