有如下程序(C语言程序):mail( ){int a,b;a=7,b=8;c=a+b;printf(c%d,c);}如何在电脑上运行,在DOS环境或其它?我想输入以上内容,然后要打印结果。THANK YOU!
在Turbo C 里运行