How to make function as argument in C without having a static function?

后端 未结 0 436
死守一世寂寞
死守一世寂寞 2020-12-31 13:16

In JavaScript, I could simply do something like runCode((arg1) => { sampleFunction(arg1); }), but I can\'t do that in C. I tried declaring functions in a fun

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