Call by reference of a pointer? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Call by reference of a pointer?

Hello. I would like to know how to call by reference a pointer in a function in C language?

7th Dec 2018, 4:29 PM
Youcef
2 Answers
+ 1
If you are looking to have a variable storing a pointer to a function, I'm doing what you are looking for in this code: https://code.sololearn.com/cg2MNAExxvQ6
7th Dec 2018, 8:45 PM
John Wells
John Wells - avatar
+ 1
Thanks Mr.Wells.
9th Dec 2018, 8:36 PM
Youcef