The video would have been better if it were for these oK? Irritating !!! And the authorshould have focused on one and only one langage, one and only one IDE or the commands.
I think its interesting to see the overlap or simililarities between the different languages. makes me feel like I won't have any trouble learning other languages.
the smallest thing on the screen is probably a comma, C doesn't use periods. its highly improbable that your seeing a colon : but rather a semicolon ; .
this won't compile in gcc. why? I don't get it.
Cannabisvorous 9 months ago
@Cannabisvorous
OK i found out why it won't compile in gcc.
the code has to be:
char x[15] = "Hello World";
main()
{
printf (x);
}
In gcc you have to have a ";" after the printf(x) and after the "Hello World"
Cannabisvorous 9 months ago
your funny but thank you
cybermaniac11 1 year ago
This code will not compile on GCC.
I moved the text file to windows via USB flash and opened it with Miracle C and it worked.
I have also found code that runs on GCC but not Miracle.
mocatz187 2 years ago
very helpful
irfaanfr1 2 years ago
The video would have been better if it were for these oK? Irritating !!! And the authorshould have focused on one and only one langage, one and only one IDE or the commands.
user1000able 2 years ago
I think its interesting to see the overlap or simililarities between the different languages. makes me feel like I won't have any trouble learning other languages.
mocatz187 2 years ago
What about: return 0; ?
decus69 2 years ago
vedio is not much clear.cnt see wat's in screen
anusha1609 2 years ago
All you need to do is deduce what it is.
the smallest thing on the screen is probably a comma, C doesn't use periods. its highly improbable that your seeing a colon : but rather a semicolon ; .
most of the time you see these " " not ' ' , :)
mocatz187 2 years ago
Hey kriffy thx
10yimct1 3 years ago
i think it's an equal
well i guess ^^
kriffy22 3 years ago
Hey
wots the thing between ] and "Hello World"???
10yimct1 3 years ago
it IS an = .
mocatz187 2 years ago
thanks for the help!
kavlo26 3 years ago
keep it up man...its really very helpful.......
shamsdunia 3 years ago