To use a function prototype or not

后端 未结 0 876
不知归路
不知归路 2021-01-07 07:34

When should a function prototype/declaration be used, or is it good practice to always include them? For example:

int square_num(int num);

int main(void) {
          


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