Q: What is the data type of pointer variables? Suppose that we don‘t know the name of a variable but we do know its address. Can we access the contents of that variable? Explain briefly.
Pointer variables can be of any data type.
The content of a variable can only be accessed when the name of that variable and its location is known.
Comments
Leave a comment