Compilation,%20Linking,%20Execution%20of%20C/C %20programs:%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20compilation%20and%20linking - PowerPoint PPT Presentation

About This Presentation
Title:

Compilation,%20Linking,%20Execution%20of%20C/C %20programs:%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20compilation%20and%20linking

Description:

... Linking, Execution of C/C programs: compilation and linking. Chapter ... Object module of the sample C program: Chapter 2, Slide 5. Creation of load. module ... – PowerPoint PPT presentation

Number of Views:320
Avg rating:3.0/5.0
Slides: 11
Provided by: drffr
Category:

less

Transcript and Presenter's Notes

Title: Compilation,%20Linking,%20Execution%20of%20C/C %20programs:%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20compilation%20and%20linking


1
Compilation, Linking, Execution of C/C
programs
compilation and linking
Chapter 2, Slide 1
2
Layout of C/C programs
Chapter 2, Slide 2
3
Object module structure
Chapter 2, Slide 3
4
A sample C program
include ltstdio.hgt int a100,1,2,3,4,5,6,7,8,9
int b10 void main() int i static
int k 3 for(i 0 i lt 10 i)
printf("d\n",ai) bi kai
Chapter 2, Slide 4
5
Object module of the sample C program
Chapter 2, Slide 5
6
Creation of loadmodule
Chapter 2, Slide 6
7
Loading and memory mapping
Chapter 2, Slide 7
8
From source programto placement inmemory
duringexecution
Chapter 2, Slide 8
9
Dynamic memory allocation
Chapter 2, Slide 9
10
End of slides for chapter 2
Chapter 2, Slide 10
Write a Comment
User Comments (0)
About PowerShow.com