Which of the following statements are correct about the program #include<stdio.h> int main() { int x = 30, y = 40; if(x == y) printf("x is equal to y\n"); else if(x > y) printf("x is greater than y\n"); else if(x < y) printf("x is less than y\n") return 0; }
Comments and Answers (3)
Andy
What is the correct solution?
Priya
does anyone know the correct answer
REKOJ. ~ City
Statement Missing
{{SampleComment.userName || "Your Name"}} ~ {{SampleComment.userCity}}
{{SampleComment.commentValue || "Your Answer or Comment goes here...."}}