prog.c: In function ‘main’: prog.c:4:16: error: ‘myVar’ undeclared (first use in this function) 4 | printf("%d", myVar); | ^~~~~ prog.c:4:16: note: each undeclared identifier is reported only once for each function it appears in