| 1. | In the following program where is the variable a getting defined and where it is getting declared? |
|||||||
Answer: Option A Explanation: - During declaration we tell the datatype of the Variable. - During definition the value is initialized. |
