Q. Which of the following statement is false? (Solved)
1. A variable defined once can be defined again with different scope
2. A single variable cannot be defined with two different types in the same scope
3. A variable must be declared and defined at the same time
4. A variable refers to a location in memory
- c. A variable must be declared and defined at the same time