What is the output of the following program:

main( )
{
int i;
printf(“%d”,i);
}

According to me there is no specific answer to the above code, it all depends on the memory management of the compiler, am I right???