C and C++ Aptitudes
Tuesday, 23 July 2013
Simple C and C++ logic
///.....Simple Logic...///
#include<stdio.h>
int main()
{
int arr[1]={10};
printf("%d\n", 0[arr]);
return 0;
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment