Put the following code into a complete C program: int i = 0; void func(char *str1, char *str2) {     char *ptr = malloc(sizeof(int));     char buf[1024];     int j;     static int y; } 2. Compile the program using gcc in Linux.  3. Use gdb to debug and print the addresses of variables in the code. 4. Draw the stack frame of func() and point out the addresses of related variables. 5. Document your steps for e

Systems Architecture
7th Edition
ISBN:9781305080195
Author:Stephen D. Burd
Publisher:Stephen D. Burd
Chapter10: Application Development
Section: Chapter Questions
Problem 6VE
icon
Related questions
Topic Video
Question

1. Put the following code into a complete C program:

int i = 0;

void func(char *str1, char *str2)

{

    char *ptr = malloc(sizeof(int));

    char buf[1024];

    int j;

    static int y;

}

2. Compile the program using gcc in Linux. 

3. Use gdb to debug and print the addresses of variables in the code.

4. Draw the stack frame of func() and point out the addresses of related variables.

5. Document your steps for each question 

Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps with 2 images

Blurred answer
Follow-up Questions
Read through expert solutions to related follow-up questions below.
Follow-up Question

How do you complie the file with gcc if there are still errors in the code? When I tried to complie the code with gcc I received multiple syntax errors.

Solution
Bartleby Expert
SEE SOLUTION
Knowledge Booster
Instruction Format
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
Recommended textbooks for you
Systems Architecture
Systems Architecture
Computer Science
ISBN:
9781305080195
Author:
Stephen D. Burd
Publisher:
Cengage Learning
Microsoft Visual C#
Microsoft Visual C#
Computer Science
ISBN:
9781337102100
Author:
Joyce, Farrell.
Publisher:
Cengage Learning,
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning
New Perspectives on HTML5, CSS3, and JavaScript
New Perspectives on HTML5, CSS3, and JavaScript
Computer Science
ISBN:
9781305503922
Author:
Patrick M. Carey
Publisher:
Cengage Learning
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT