What will be the output of the following program?
#include <stdio.h>
    int i;
    int main()
    {
        extern int i;
        if (i == 0)
            printf(" nam belagavi\n");
    }

Posted on by