Which of the following operations are INCORRECT?44/50Which of the following operations are INCORRECT?int i = 35; i = i%5short int j = 5; j = j;long int k = 123L; k = k;float a = 3.14; a = a%3;Giải thíchChọn D