Predict the output

    #include <stdio.h>
    int main()
    {
        short i;
        for (i = 1; i >= 0; i++)
            printf("%d\n", i);
 
    }

Posted on by