Posts by user39224 • 39 points
1 post
-
3
votes0
answers79
viewsQ: Pointer to function
I would like to ask a question that is best left with an example: I have the following piece of code in C: char texto[]="String"; int (*ret)() = (int(*)())texto; In this section above, I saw that a…