/* declare the external variables */ extern int a, d; /* define the external variables */ int a; int d = 36;