If An Automatic Variable Is Created And Then A Function Is #1280
If an automatic variable is created and then a function is called then ________________
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.
If an automatic variable is created and then a function is called then ________________
The automatic variable created gets destroyed
The automatic variable doesn’t get destroyed
The automatic variable may or may not get destroyed
The automatic variable can’t be used in this case