Global variables are declared outside of all function. Global variables are declared before main() function, generally at top of the program. Unlike the local variables, they are known throughout the program and they are accessible to any function,...
kiran1.hashnode.dev1 min readNo responses yet.