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

The difference between printf and fprintf is ?

0 Answers   Baan Infotech,


Write a c pgm for leap year

11 Answers   College School Exams Tests, IBM, TCS,


What is function in c with example?

0 Answers  


can u write a program in C, which does not use = (eqaul)or any arithmatic assignment(like -=,+=,*= etc) operator to swap to number?

2 Answers  


write a c program to find biggest of 3 number without relational operator?

12 Answers   TCS, Wipro,


Can we add pointers together?

0 Answers  


Write a program to show the change in position of a cursor using c

0 Answers  


5. distance conversion: Convert a distance from miles to kilometers .there are 5280 feets per mile,12 inches per foot .2.54 centimeters per inch and 100000centimeters per kilometer

4 Answers  


Identify the correct argument for the function call fflush () in ANSI C: A)stdout B)stdin C)stderr D)All the above

5 Answers   Accenture, TCS,


Are global variables static in c?

0 Answers  


what is the difference between auto and static keywords

1 Answers   cDot, College School Exams Tests, TCS,


Write a program that accepts a string where multiple spaces are given in between the words. Print the string ignoring the multiple spaces. Example: Input: “ We.....Are....Student “ Note: one .=1 Space Output: "We Are Student"

6 Answers   IBM,


Categories