⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 point.c

📁 《C语言课程设计案例精编》源代码 希望对大家有所帮助
💻 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 + -