Question: In C language, Given the following program: #include int interesting = 99; static char staticCharcoal; main() { short iAmShort = 20; unsigned localUn; static long

In C language,

In C language, Given the following program: #include int interesting = 99;

Given the following program: #include int interesting = 99; static char staticCharcoal; main() { short iAmShort = 20; unsigned localUn; static long staticLong = 0; printf( "C exams are fun! " ); Column A lists the variables in the program. Column B lists the areas of RAM that variables can be stored in. Match the variables in Column A with the area of RAM that the variable will be stored in by placing a letter from Column B in a blank in Column A. Each blank in Column A can accommodate a maximum of one letter from Column B. The letters in Column B can be used once, more than once, or not at all. Column A Column B 1. 2. 3. 4. 5. interesting staticCharcoal iAmShort localUn staticLong a text segment b. BSS segment C. stack d. heap e. data area

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!