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

    int x;

    void main()

    {

        if (x)

            printf("hi");

        else

            printf("how are u");

    }

Options:
A .  hi
B .  how are you
C .  Compile time error
D .  None of the mentioned
Answer: Option B


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