#include<stdio.h>
#include<conio.h>
void main()
{
int i, x[5];
clrscr();
for (i=0;i<5;i++)
{
printf("Enter the number\n");
scanf("%d",&x[i]);
}
printf("\nThe reverse order is\n");
for (i=4;i>=0;i--)
{
printf("\n%d",x[i]);
}
getch();
}
"The_End Virus" - which changes files extensions in windows
Mouse Programming is warranted for all playful and knowledgeable purposes.
"The_End Virus" - which changes files extensions in windows
Mouse Programming is warranted for all playful and knowledgeable purposes.
"The_End Virus" - which changes files extensions in windows
Mouse Programming is warranted for all playful and knowledgeable purposes.
1 comments:
So funny and use full for c programmer to expert.
Post a Comment