main(){ extern out; printf("%d", out);} int out=100;Answer:100 Explanation: This is the correct way of writing the previous program.