#include <stdio.h> #include <string.h> int main() { int i,j,k; int arr[10];//1244948 j = 5; arr[j] = 3; printf("%d\n",arr[5]); return 0; }