What is the output of the following code snippet?
int main() {
int sum = 4 + 8 / 4 + 6 * 4;
printf("%d", sum);
return 0;
}

Posted on by