Question: Before we assign something to a variable (with A=3 ) for example, this variable is undefined. After we execute the assignment A=3 , this variable
Before we assign something to a variable (with A=3) for example, this variable is undefined. After we execute the assignment A=3, this variable is defined and has the value 3. How do we make this variable undefined again without affecting the other variables?
With clc
With clear
With clear A
With undefine A
With undefinevar A
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
