单项选择题下面函数的功能是______。 exchange(int*ptr1,*ptr2) int*ptr; ptr=-ptr1; ptr1=ptr2; ptr2=ptr;
单项选择题用C语言编写的代码程序( )。