#include <stdio.h>
int main()
{
if ("X" <"x")
printf("X smaller than x
");
}
my question is whats the mistake in this program? find it and please tell me..
Answer Posted / raisa
character X and x should always be enclosed in single quotes
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
hi, which software companys will take,if d candidate's % is jst 55%?
Explain how can I remove the trailing spaces from a string?
What could possibly be the problem if a valid function name such as tolower() is being reported by the C compiler as undefined?
Where static variables are stored in c?
What is an operator?
What is the meaning of c in c language?
What is a file descriptor in c?
Is multithreading possible in c?
Why is c called a structured programming language?
How can I find the modification date of a file?
how to find binary of number?
How main function is called in c?
Explain what is the heap?
Can a variable be both static and volatile in c?
What does != Mean in c?