Archives - Posts tagged as 'extern'
extern, variable define else whereJanuary 18th / No Comments »
Sometimes we might need to declare global variable. Let say I have 5 files (cat.c, dog.c, tiger.c, rabbit.c and animal.c). I declare a global integer ... Continue
