Advertisements
Advertisements
Question
A pointer is variable that holds ______.
Options
Value
Memory address
Data-type
None of these
MCQ
Fill in the Blanks
Advertisements
Solution
A pointer is variable that holds memory address.
Explanation:
A pointer is a variable that stores the memory address of another variable, not the variable’s value. By holding that address, it lets the program access or change the other variable indirectly (via dereferencing).
shaalaa.com
Is there an error in this question or solution?
2023-2024 (July) Official Board Paper
