how does C know certain code is executable (pointers to functions specifically)?

后端 未结 0 1305
被撕碎了的回忆
被撕碎了的回忆 2020-12-29 01:04

Suppose you have a pointer to a function: void(*ptf)(void* arg1, void* arg2);

When you later invoke ptf with parentheses ptf(arg1, arg2); ho

相关标签:
回答
  • 消灭零回复
提交回复
热议问题