Programming language, Ethical hacking
Home
Indian history
Current Affairs
Programming
__C
__C++
__Java
_ShortCodes
Video Documentation
Home
Array in C Programming
Array in C Programming
Knowledge tec
July 30, 2018
#include<stdio.h>
#include<conio.h>
void main()
{
int a[100],i;
clrscr();
printf("enter the value:");
for(i=0;i<6;i++)
{
{
scanf("%d",&a[i]);
}
for (i=0;i<6;i++)
printf("the value of i=\n%d",a[i]);
}
getch();
}
Post a Comment
0 Comments
Social Media
34.2k
likes
Like
28.6k
followers
Follow
8.6k
subscribers
Subscribe
17.3k
followers
+1
Categories
0 Comments