192 views
0 votes
0 votes

main()

{

register int i = 10;

 int *a=  &i;

printf("%d",*a);

return 0 ;

}

why writing program like this is no good , i  studied that it is compiler dependent it will run or not that depends on compiler ? 

Please log in or register to answer this question.

No related questions found