在这个程序中#include<ctype.h>有什么作用?
头文件#include<ctype.h>在这个程序中有什么作用?#include<stdio.h>#include<conio.h>#include<ctype.h>in...
头文件#include<ctype.h>在这个程序中有什么作用?
#include <stdio.h>
#include <conio.h>
#include <ctype.h>
intsum ( );
void main ( )
{
inttot;
tot = sum ( );
if (tot == -1)
printf ("\nnotselect!\n");
else
printf ("\ntheresult is : %d\n", tot);
}
#include <stdio.h>
#include <conio.h>
#include <ctype.h>
intsum ( );
void main ( )
{
inttot;
tot = sum ( );
if (tot == -1)
printf ("\nnotselect!\n");
else
printf ("\ntheresult is : %d\n", tot);
} 展开
#include <stdio.h>
#include <conio.h>
#include <ctype.h>
intsum ( );
void main ( )
{
inttot;
tot = sum ( );
if (tot == -1)
printf ("\nnotselect!\n");
else
printf ("\ntheresult is : %d\n", tot);
}
#include <stdio.h>
#include <conio.h>
#include <ctype.h>
intsum ( );
void main ( )
{
inttot;
tot = sum ( );
if (tot == -1)
printf ("\nnotselect!\n");
else
printf ("\ntheresult is : %d\n", tot);
} 展开
2个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询
广告 您可能关注的内容 |