Referances & Pointers | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Referances & Pointers

References & Pointer When to go for referances and pointer as a paramter while writing any function ? What differences it makes in real time over pointer use?

11th Jan 2020, 6:36 PM
Amit chavare
Amit chavare - avatar
2 Answers
+ 5
Adding to what ~ swim ~ said, they are indispensable in parameter passing between function. Always be conscious of their values before being returned.
12th Jan 2020, 2:27 AM
Da2
Da2 - avatar
+ 2
That is a very good question. Review these concepts using C language which originally I implemented it
12th Jan 2020, 1:00 AM
Da2
Da2 - avatar