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