Guess the output
#include stdio.h 
int my_global_var = 10;
int
main(void)
{
printf("%d\n", my_global_var);
return 0;
}


Posted on by