Question: For the variables in the program shown below, point out in which area of main memory each of them gets allocated ( if there are

For the variables in the program shown below, point out in which area of main memory each of them gets allocated (if there are specific data areas involved be sure to mention which one).
#include
#define PI 3.1415
void *globalptr
unsigned int heapSize=1000
int main(void){
int pi;
int *ptr[10];
pi = PI;
}
variables are globalptr, heapsize, pi,*ptr

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!