I have just started learning C programming and I am using C4droid to compile my code on my Huawei Ideos U8150-d.I have not installed the G.C.C plugin but I read that the plugin is for C++.
I wrote in the code below
Code:
#include<stdio.h>
void main()
{
printf("I am noobster");
}
It compiles successfully but when i try to run it it says "illegal...
I think this is what you need to do to make it work . . .
change line 2-3 in your code
from
print 'More organized code', 'More readable code' , 'Easier code reuse' 'Allowing programmers to share and connect code together'
to
return "More organized code", "More readable code", "Easier code reuse", "Allowing programmers to share and connect code together"
Leave a comment: