。。。。
那帮我看看这个题
从键盘输入由5个字符组成的单词,判断此单词是不是hello并给出提示信息.
#include<stdio.h>
#include<string.h>
main()
{
char ch;
printf("input letter:");
scanf("%d",ch);
if(ch == "hello")
printf("yes\n");
else
printf("no\n");
}
为什么我输入hello他输出no
那帮我看看这个题
从键盘输入由5个字符组成的单词,判断此单词是不是hello并给出提示信息.
#include<stdio.h>
#include<string.h>
main()
{
char ch;
printf("input letter:");
scanf("%d",ch);
if(ch == "hello")
printf("yes\n");
else
printf("no\n");
}
为什么我输入hello他输出no
if (只要你感兴趣,有毅力) printf(\"就什么都不是问题~!\");