top of page

Problem 1

Second Smallest Number (Id-1242)

 

Question:         

        Given a set of elements, design an Algorithm and write the subsequent C program to determine the second smallest number in that set.

Input Format:

Number of elements in 'n'

element-1

element-2

...

element-n

Output Format:

Second smallest element in the set

OUTPUT
INPUT
PROCESSING

I'm a paragraph. Click here to add your own text and edit me. It's easy.

I'm a paragraph. Click here to add your own text and edit me. It's easy.

I'm a paragraph. Click here to add your own text and edit me. It's easy.

C  PROGRAM

I'm a paragraph. Click here to add your own text and edit me. It's easy.

bottom of page