Multiple choice technology programming languages #include int main() { int i; if(i % 2) printf("I is Odd"), printf("I is Even"); } Error : Semicolon Missing Error: Misplaced Else I is odd I is odd I is Even No Output Reveal answer Fill a bubble to check yourself D Correct answer