Computer Science, asked by fardinrocky, 7 months ago

Is pointer a data type?explain

Answers

Answered by Anonymous
3

Pointer is a user defined data type which creates special types of variables which can hold the address of primitive data type like char, int, float, double or user defined data type like function, pointer, etc. or derived data type like an array, structure, union, enum.

Answered by Anonymous
2

Answer:

Pointer is a user defined data type which creates special types of variables which can hold the address of primitive data type like char, int, float, double or user defined data type like function, pointer, etc. or derived data type like an array, structure, union, enum.

Similar questions