1 #include <stdio.h> file2(void)2 void file2(void) 3 { 4 printf("Control in function %s\n", __func__); 5 } 6