CHO BIẾT KẾT QUẢ CỦA CHƯƠNG TRÌNH IF (N%I == 0) RETURN 0; SAU

Câu 25: Cho biết kết quả của chương trình

if (n%i == 0) return 0;

sau:

return 105;

#include <stdio.h>

}

void main()

void main()

{

{

int d = 0;

printf("%d", Test(105));

int a[4]= {4, 6, 6, 8};

for (int i = 0; i < 4; i++)

a) 105

for (int j = 0; j < 4; j++)

b) 10

if ((a[i] + a[j]) == 12) d++;

c) 2

printf("%d", d);

d) Kết quả khác

}