The following is a C program code that has errors. Use it to answer the question that follows.
#include<stdio.h>
int main()
{
int x,y;
printf(“Enter the value of x \n”);
scanf(“%d”, x);
if(x>20);
printf(“the value is greater than 20 and it is”,x);
return 0;
}
Identify the errors and rewrite the correct program code
 Viewed: 491 times For Better experience and learning,for video answers, after video ends playing, click next question in the questions list!!!