Hey there! I've been learning C++ on my Mac with XCode and it worked fine. Now i would like to learn C but i don't think that XCode supports it.. All i could find was C++
So weather please suggest me some C compilers for mac or maybe i just don't know how to do C coding in XCode..
So weather please suggest me some C compilers for mac or maybe i just don't know how to do C coding in XCode..
Code:
#include < stdio.h>
void main()
{
printf("\nHello World\n");
}