11
An external variable is one
Answer: Option [D]
An external variable is the one which is created outside the body of the function, i.e. within the source code file. The scope of the external variable is till the end of the program.
Answer: Option [D]
An external variable is the one which is created outside the body of the function, i.e. within the source code file. The scope of the external variable is till the end of the program.
Answer: Option [A]
The address of a variable is yield by the unary operator Address of. This unary operator "&" operates on only one operand.