14 Bug in
printf
(“hello world\n”);
hello.c:6:9: error: expected ‘;’ before ‘return’
<font face="Liberation Serif, serif"><font size="3" style="font-size: 12pt"><span style="font-style: normal"><span style="font-weight: normal">return 0;</span></span></font></font>
<font face="Liberation Serif, serif"><font size="3" style="font-size: 12pt"><span style="font-style: normal"><span style="font-weight: normal">^~~~~~</span></span></font></font>
missing (“hello world\n”);
15 Bug in #include<stdio.h>
hello.c:6:9: error: expected ‘;’ before ‘return’
<font face="Liberation Serif, serif"><font size="3" style="font-size: 12pt"><span style="font-style: normal"><span style="font-weight: normal">return 0;</span></span></font></font>
<font face="Liberation Serif, serif"><font size="3" style="font-size: 12pt"><span style="font-style: normal"><span style="font-weight: normal">^~~~~~</span></span></font></font>
missing <s
16 Bug in #include<stdio.h>
hello.c:1:6: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘<’ token
<font face="Liberation Serif, serif"><font size="3" style="font-size: 12pt"><span style="font-style: normal"><span style="font-weight: normal">clude<stdio.h></span></span></font></font>
<font face="Liberation Serif, serif"><font size="3" style="font-size: 12pt"><span style="font-style: normal"><span style="font-weight: normal">^</span></span></font></font>
missing #in
It looks like you're new here. If you want to get involved, click one of these buttons!