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