Q.

What is a variable defined inside a function referred to as?

A. a global variable
B. a volatile variable
C. a local variable
D. an automatic variable
Answer» C. a local variable
Explanation: the variable inside a function is called as local variable and the variable definition is confined only to that function.
1.1k
0
Do you find this helpful?
14

Discussion

No comments yet