#include<stdio.h>main(){ int count[100][10]; *(count[0] + (44*10)+8)=99; printf("%d",count[44][8]);}
Standard input is empty
99
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!