我正在学习C编程,我试图通过使用这个原型来编写递归函数:
void fact(int *n);
该函数的参数应通过引用传递.谢谢你的帮助.
c pointers factorial
c ×1
factorial ×1
pointers ×1