In C, a pointer is a variable that stores the ________ of another variable.

  • Address
  • Function
  • Size
  • Value
In C, a pointer stores the address of another variable. Pointers are used to work with memory addresses, allowing you to access and manipulate the data stored at that location.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *