Sail E0 Webinar
Question
The output of the code below is?

    void main()

    {

        int i = 0, k;

        label: printf("%d", i);

       if (i == 0)

            goto label;

    }

Options:
A .  0
B .  Infinite 0
C .  Nothing
D .  Error
Answer: Option B


none



Was this answer helpful ?
Next Question

Submit Solution

Your email address will not be published. Required fields are marked *

Latest Videos

Latest Test Papers