130k views
3 votes
Which data type would you ascribe to a pointer? (unsigned) real (unsigned) integer boolean No answer text provided.

1 Answer

2 votes

Answer:

The Unsigned Integer

Step-by-step explanation:

Solution

The data type i would ascribe to a pointer is the unsigned integer because it can be a pointer (int*number).

The unsigned Integer: they are like integers that is whole numbers, but have the property that they don't contain a + or - sign related with them. thus they are seen as non-negative (zero or positive).

User Pete Kirkham
by
5.0k points