how could we select ‘c’ language while submitting our code.there are only some c-gcc etc…
1 Like
Paste your code into the editor area and select C(gcc-4.8.1) and submit.
Do not forget to write int main() and return 0.Otherwise you would get compile error
thank you
For C language program you must select C(gcc-4.8.1) because gcc-4.8.1 is compiler of C program.
2 Likes