What is the output of this C code?
int main() { int i = -5; int k = i %4; printf("%d\n", k); }
Answer: B
No answer description available for this question.