Creating Array
# include
main()
{
int ar[10];,i,a=0;
clrscr();
for(i=0;i<=10;i++)
{
printf("Enter The Elements Of Array....");
scanf("%d",&ar[i]);
}
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment