Computer Science, asked by Ravismart1673, 11 months ago

What are pointer data types in C#?

Answers

Answered by shloke69
0

Pointers in C language is a variable that stores/points the address of another variable. A Pointer in C is used to allocate memory dynamically i.e. at run time. The pointer variable might be belonging to any of the data type such as int, float, char, double, short etc.

Similar questions