Advantages 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
Advantages of Local Variables :
- Since data cannot be accessed from other functions , Data Integrity is preserved
- Only required data can be passed to function , thus protecting the remaining data

0 Comments:
Post a Comment
Your Feedback :This is Growing Site and Your Feedback is important for Us to improve the Site performance & Quality of Content.Feel Free to contact and Please Provide Name & Contact Email