📄 point.c
字号:
point(int*q1)
{char mouth[30];
int*p1,temp;
printf("the old information is %ld.\n",*q1);
printf("the new information is ");
scanf("%s\n",mouth);
p1=mouth;
temp=*q1,*q1=*p1,*p1=temp;
return(q1);
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -