Skip to main content
๐Ÿ› Bug HuntC C Easyโšก+10 XP

Uninitialized Variable

This code has undefined behavior.

๐Ÿ› Find the bug
1int x;
2printf("%d", x);
๐Ÿ› The bug is on line 1

๐Ÿ”ง Select the correct fix: