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
It compiles successfully but when i try to run it it says "illegal instruction"
What could be the problem?
I wrote in the code below
Code:
#include<stdio.h>
void main()
{
printf("I am noobster");
}
What could be the problem?
Comment