prog.c: In function ‘main’: prog.c:4:11: error: initialization makes integer from pointer without a cast 4 | int x = "Hello"; | ^~~~~~~