#include <stdio.h> extern i; main() { printf("value of the external integer is = %d\n", i); return 0; }