← Back to archive

Stdle #43 · comparisons · 2026-07-19

What does this C snippet output?

A past puzzle — fully playable. 4 attempts, hints on wrong guesses.

#include <stdio.h>
int main(void) {
int r = 2 + 3 * 4;
printf("%d\n", r);
return 0;
}
Comparisons
4 attempts left

Answer & explanation