Toc
Toc
4.2 C Language 30
4.3 C Programming Environment 31
4.4 Memory and Storage in Computer 33
4.5 Character Representation 35
Summary 36
Key Terms 36
Topic 6: Constants 47
6.1 Integer Constant 48
6.2 Floating Point Constants 48
6.3 Character Constant 49
6.4 Character Array Constant 50
6.5 Symbolic Constant 51
Summary 52
Key Terms 52
Parameters 104
11.5 Library Functions for C 105
Summary 107
Key Terms 107
Topic 12: Files 108
12.1 File Support in C Programs 108
12.1.1 Binary File 109
12.1.2 Text File 109
12.2 File Operations 109
12.2.1 fopen() 109
12.2.2 fclose() 111
12.2.3 fprintf() 112
12.2.4 fscanf() 113
Summary 116
Key Terms 116