Sail E0 Webinar
Question
The output of the code below is    void main()    {

        int k = m();        printf("%d", k);    }

    void m()    {

        printf("hello");    }

Options:
A .  hello 5
B .  Error
C .  Nothing
D .  Junk value
Answer: Option A


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