Program for get 3 numbers from user and print the numbers on output screen.

PROGRAM :-

OUTPUT :-

We can also write this code using for loop instead of using three printf and scanf . we also need an array because of for loop.

PROGRAM :-

OUTPUT :-