Top

Discussion

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;
}

 

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

Answer: B

No answer description available for this question.
 

No comment is present. Be the first to comment.
Loading…

Post your comment