#include <stdio.h> int *p; int main() { int i = 0; p = &i; return 0; }
a) Code/text segment
b) Data segment
c) Bss segment
d) Stack
Which part of the program address space is p stored in the following C code?
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Which part of the program address space is p stored in the following C code?
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!