Guess the Output:
#includestdio.h
int main(){
int i;
int arr[5] = {1};
for( i = 0; i 5; i++)
printf("%d ",arr[i]);
return 0;
}


Posted on by