Get your own website
prog.c: In function ‘main’:
prog.c:5:3: error: expected ‘,’ or ‘;’ before ‘printf’
    5 |   printf("%d", x);
      |   ^~~~~~
prog.c:4:7: warning: unused variable ‘x’ [-Wunused-variable]
    4 |   int x = 5
      |       ^