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?
2 Respostas
+ 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
+ 1
Thanks Mr.Wells.