Write the output of the above code
    #include stdio.h
int main()
{
int main = 3;
printf("%d", main);
return 0;
}

Posted on by