Question: Options for both are: - .rodata - .bss - .data - heap - stack Consider the following code snippet: int arrt 8 1 int* p

Options for both are:
- .rodata
- .bss
- .data
- heap
- stack
Consider the following code snippet: int arrt 8 1 int* p - arr; int val - void main(O int x; static int y; printf("end of main ") The specific memory areas variable arr and variable p will be stored in are Select] andSelect respectively
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
