Correct answer is (a) Variable can be defined only once
The best explanation: The variables can be defined only once. Once the variable is defined, then it can’t be declared again. The definition of a variable is actual allocation of memory for the variable.