filmov
tv
Why we need Pointer in Programme

Показать описание
Any time you need to pass a data structure you need a pointer. You can pass simple data types (char, float, or int) but if you want to get a value back from a function more than just a return value, you need a pointer.