#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
What is the use of the function in c?
What is storage class?
What is output redirection?
What is typedef?
What are the Advantages of using macro
Explain what is a pragma?
why programs in c are running with out #include
What are multibyte characters?
What is the difference between malloc() and calloc()?
Can you apply link and association interchangeably?
An arrangement of information in memory in such a way that it can be easily accessed and processed by a programming language a) string b) data structure c) pointers d) array
What are the modifiers available in c programming language?
What does emoji p mean?
How can I open files mentioned on the command line, and parse option flags?
What are the different types of control structures in programming?