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

    void main()

    {

        int i = 0;

        if (i == 0)

        {

            goto label;

        }

        label: printf("Hello");

    }

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


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