CBSE Class 12 Computer Science
Question 38 of 103
Working with Functions — Question 14
Back to all questionsA local variable
Reason — A local variable is a variable declared in a function-body and it can be used only within this function and the other blocks contained under it.