#include<stdio.h> 
int mai

Loading

โœช Choose the correct option.

#include 
int main() {
int i = 10, j = 15;
if(i % 2 = j % 3) {
printf("Hello World ");
}
return 0;
}

A. Error: Expression syntax
B. Error: Lvalue required
C. Error: Rvalue required
D. The Code runs successfully

Leave a Comment