Learn C
Coading is not typing it is imagination......
Thursday, June 4, 2015
Array(1)
#include <stdio.h>
///array_declare
int main()
{
int ara[5]={1,2,4,6,99},i;
ara[0]=5;
ara[3]=66;
for(i=0;i<5;i++){
printf("%d\n",ara[i]);
}
return 0;
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment