function pointer variable function call triggers another function. Possible in C

前端 未结 0 874
一生所求
一生所求 2021-02-19 23:23

I have a function that is like

   void abc1(){
      printf("hello abc1\\n");

    }

Another function is like

  void abc         


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