#include int main( int argc, char *argv[] ) { printf("x = %d\n", x); } int x = 4; /* Definition of global var x */