Which of the following statements are correct about the below program?
#include
int main()
{
int i = 10, j = 15;
if(i % 2 = j % 3)
printf("IndiaBIX\n");
return 0;
}
Answer: B
No answer description available for this question.