#include int x; // Global variable int y = 4; // Global variable int f( ) { x = y + 3; }