Computer Science, asked by 2802priyankaverma, 5 months ago

Find the error in the following code:
#include<stdio.h>
int main() {
int x = 50, y = 100;
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") i
return 0;
}​

Answers

Answered by anjumkhan15696
0

I don'tunderstand please correct the answer

Similar questions
Math, 2 months ago