Disadvantages of Block scope / Local Variable in C Programming
Disadvantages of Block scope / Local Variable in C Programming
Definition :Variable is said to have local scope / block scope if it is defined within function or local block
Disadvantages of Local Variables :
[crosslist]
- Common data required to pass again and again .
- They have Limited scope