Which Among The Following Is True For Automatic Variables In #1279
Which among the following is true for automatic variables in general?
This multiple choice question (MCQ) is related to the book/course
gs gs111 OOP Object Oriented Programming Java.
It can also be found in
gs gs111 Memory Allocation & Scope of Variable - OOPs MCQ: Automatic Variable - Quiz No.1.
Which among the following is true for automatic variables in general?
Automatic variables are invisible to called function
Automatic variables are always visible to the called function
Automatic variables can’t interact with the called function
Automatic variables can’t be variable