#include <stdio.h> int main(void) { int arr[1000000] = { [6334] = 22}; printf("%d\n", arr[6334]); return 0;}
Standard input is empty
22
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!