McqMate
| 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. | |
View all MCQs in
Problem Solving and Python ProgrammingNo comments yet