What will be the output of the following code?

#includestdio.h
int main()
{
int arr[5];
arr++;
printf("%u", arr);
return 0;
}


Posted on by