#include <stdio.h> static int num; void main() { int num; printf("num is %d", num); }
num is 0
Previous Question Next Question
Your comments will be displayed only after manual approval.