Difference between local and global variables in c
Answers
Answered by
0
A local variable is which is declared inside a function while a global variable is declared outside all functions. Hence global variables are not a part of any function.
Similar questions