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???
|
Results 1 to 10 of 12
Thread: Please check the C codeThreaded View
|
|