#include int main() { int i = 4; int result = i % 2; if (result == 0) { printf("zero\n"); } return 0; }