I'm using windows 7 64-bit and codeblocks mingw for compiling the following program
#include<stdio.h>
int main()
{
int i,len,a[100];
printf("enter the no. of elements\n");
scanf("%d",&len);
printf("enter the integers\n");
for(i=0;i<len;i++)
scanf("%d",a[i])...
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.