How do I share a global variable between c files? July 9, 2023 by Tarik file 1: int x = 50; file 2: extern int x; printf("%d", x);