What is the output of the following C code?
    #include <stdio.h>
    int main()
    {
        int main = 5;
        printf("%d", main);
        return 0;


Posted on by