Hi guys i'm new to C programming. I've a small assignment program,
Write a Program to accept 10 numbers using one dimensional array and display them.
here how i tried, but haven't executed.
int a[10],i,n;
printf(Enter the number of elements");
scanf("%d", &n);
printf("Enter...
Hi Guest we just wanted to alert you to a major change in the forum. We will no longer be allowing the posting of outgoing links. Please use the attachment feature to attach media to your posts.