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

    void main()

    {

        int x = 0;

        if (x == 0)

            printf("hi");

        else

           printf("how are u");

            printf("hello");

    }

Options:
A .  hi
B .  how are you
C .  hello
D .  hihello
Answer: Option D


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