Sail E0 Webinar
Question
The output of the code below is    void m(int k)    {        printf("hi");    }    void m(double k)    {        printf("hello");    }    void main()    {        m(3);    }

Options:
A .  hi
B .  hello
C .  Compile time error
D .  Nothing
Answer: Option C


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