2011年计算机等级二级C语言填空题练习题及答案解析(2)
文章作者 100test 发表时间 2011:03:17 19:59:24
来源 100Test.Com百考试题网
1. 请补全main函数,该函数的功能是:从键盘输入一个长整数,如果这个数是负数,则取它的的绝对值,并显示出来。
main()
{long int n.
clrscr() .
printf("Enter the data:\n").
scanf(___1___).
printf("****** the origial data ********\n").
if(n