C语言,图示这里为什么是错的?

2025-05-07 04:49:35
推荐回答(1个)
回答1:

声明与定义不符。
void swap(int,int,int);
改成
void swap(int*,int*,int*);