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