What are pointer data types in C#?
Answers
Answered by
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
English,
7 months ago
India Languages,
7 months ago
Science,
7 months ago
Computer Science,
1 year ago
Physics,
1 year ago
English,
1 year ago