Sail E0 Webinar
Question
Which part of the program address space is p stored in the code given below?    int *p = NULL;    int main()    {        int i = 0;        p = &i;        return 0;    }
Options:
A .  Code/text segment
B .  Data segment
C .  Bss segment
D .  Stack
Answer: Option B


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