I am totally new to C programming. While my program seems to be compiled properly, when I hit run I get Source file not compiled error.
If I create a project and compile, I get an error [Build Error] [Untitled1.o] Error 1.
I've noticed that even if my program has syntax errors in it, the compiler does not mention any of them. I get the same message as before, that the compiling is done, but if i try running it, it will not. I tried reinstalling dev c++(with the mingw32 comp), but no change. Any help would be great.