OS X EL CAPITAN
int main()
{
    int a=11, b=2;
    float modulus;
    modulus =a %b;
    printf("product =%f", modulus);
    return 0;
}
The above is my program. as you can see I have deleted the hello world part..
How do I check if the anti virus is blocking the compiler? I have ran programs before..