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

    void main()

    {

        int x = 5;

        if (x < 1);

            printf("Hello");

    }

Options:
A .  Nothing
B .  Run time error
C .  Hello
D .  Varies
Answer: Option C


none



Was this answer helpful ?
Next Question

Submit Solution

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

More Questions on This Topic :


Latest Videos

Latest Test Papers