Sail E0 Webinar
Question
The output of the code below is    int *m()    {        int *p = 5;        return p;    }    void main()    {        int *k = m();        printf("%d", k);    }
Options:
A .  5
B .  Junk value
C .  0
D .  5
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