0
What would be a practical example for the use of the pointer rather than the variable? Thanks.
3 Antworten
0
Can be used for call by reference which is used to manipulate the variables by functions in main.
+ 1
you can access address of variable
0
For any data structure which requires reference to other nodes.
For example: Linked Lists and Binary Trees