Are pointers integers?

  No, pointers are not integers.A pointer is an address.It is merely a positive number and not an integer.   

Showing Answers 1 - 9 of 9 Answers

Subhra Kanti Sahu

  • Jul 20th, 2006
 

Yes, Pointers are Integer. Pointer means what it points to some other object. Pointer any how contain some address in your memory and address are always Integer.

  Was this answer useful?  Yes

M. PAVAN KUMAR REDDY

  • Jan 18th, 2007
 

You can think a  pointer as an unsigned integer as addresses are always unsigned integers

  Was this answer useful?  Yes

Biswajit

  • Dec 15th, 2022
 

Pointers are conceptualized as unsigned integers.

  Was this answer useful?  Yes

spidy

  • Feb 24th, 2023
 

we cannot call pointer a integer but pointer cannot have any other data type than integer

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions