No, pointers are not integers.A pointer is an address.It is merely a positive number and not an integer.
The answer above does not make sense. All positive numbers ARE integers. Just because a pointer is never negative doesn't mean it is not an integer. That's like say 1 is not an integer because it is merely a positive number.
yes.pointer is an integer because it stores the address value of other variable. Actually its a subset of integers because it contains only +ve values. But note that all the integers are not pointers.
yes pointer is an integer because it stores the address value of other variable. Actually its a subset of integers because it contains only +ve values. But note that all the integers are not pointers.
Pointers are integers.Pointers are memory addresses and can take any Positive integer value.It is a refrence to a memory location so it can;t be nagetive.In short all Pointer values are integer values.
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.