Computer Science, asked by halimaasna6317, 1 year ago

Difference between local and global variables in c

Answers

Answered by SBCodeOC
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