MCQOPTIONS
Which of the following statements are correct a..
Which of the following statements are correct about the below C-program?
#include<stdio.h> int main() { int x = 10, y = 100%90, i; for(i=1; i<10; i++) if(x != y); printf("x = %d y = %d n", x, y); return 0; }