#include<stdio.h>
#include<conio.h>
void main()
{
int a[20],i;
clrscr();
printf("enter 20 numbers: ");
for(i=0;i<20;i++)
scanf("%d",&a[i]);
for(i=0;i<20;i++)
printf("%d\n",a[i]);
getch();
}
ronnel09_1 0 Newbie Poster
2teez 43 Posting Whiz
Adak 419 Nearly a Posting Virtuoso
ronnel09_1 0 Newbie Poster
ronnel09_1 0 Newbie Poster
Adak 419 Nearly a Posting Virtuoso
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.