1. |
|
|||||||
Answer: Option D Explanation: Static variables are declared in a function so that other functions which access it from its local function cannot change the value. Only the local function can change its value. That's why its not used in function arguments. |
Post your comments here:
Name *:
Email : (optional)
Your comments will be displayed only after manual approval.