Final Flashcards
1
Q
Size of Char
A
1 byte
2
Q
Size of short
A
2 bytes
3
Q
Size of int
A
4 bytes
4
Q
Size of long
A
8 bytes
5
Q
Size of pointers
A
8 byte
6
Q
Preprocessing
A
Processes directives such as header files
7
Q
Compilation
A
Converts source code into assembly code
8
Q
Assembly
A
Translate assembly code into machine code
9
Q
Linking
A
Combines object code to create an executable
10
Q
Data
A
Global variables
11
Q
BSS
A
Static variables
12
Q
Stack
A
Local varibles
13
Q
Rodata
A
Strings
14
Q
Heap
A
Dynamic variables
15
Q
Shared library region
A
Printf, malloc, and sqrt