400 Câu hỏi trắc nghiệm lập trình C/C++ có đáp án (Phần 3)

Which of the following operations are INCORRECT?

44/50

Which of the following operations are INCORRECT?

int i = 35; i = i%5

short int j = 5; j = j;

long int k = 123L; k = k;

float a = 3.14; a = a%3;

Giải thích

Chọn D