第4章第1讲简单语句分析
Posted 该☆隐
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了第4章第1讲简单语句分析相关的知识,希望对你有一定的参考价值。
#include "stdio.h"
main() { int a,b,t; a=2; b=3; t=a; a=b; b=t; printf("a=%d,b=%d\\n",a,b); }
以上是关于第4章第1讲简单语句分析的主要内容,如果未能解决你的问题,请参考以下文章
Posted 该☆隐
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了第4章第1讲简单语句分析相关的知识,希望对你有一定的参考价值。
#include "stdio.h"
main() { int a,b,t; a=2; b=3; t=a; a=b; b=t; printf("a=%d,b=%d\\n",a,b); }
以上是关于第4章第1讲简单语句分析的主要内容,如果未能解决你的问题,请参考以下文章