diff options
| author | Lucas de Castro Borges <lucas@gnuabordo.com.br> | 2024-05-26 16:03:46 -0300 |
|---|---|---|
| committer | Lucas de Castro Borges <lucas@gnuabordo.com.br> | 2024-05-26 16:05:04 -0300 |
| commit | ec56c500551cd60e15dad9cc90170cd2e3492342 (patch) | |
| tree | dff40e416375ba9f7b29478f5d767e8480530e21 | |
PART 1
We are going to start right away writing simple
programs as we explorethe fundamentals of not only
C but also general programming.
This part contains the following chapters:
• Chapter 1, Running Hello, World
• Chapter 2, Understanding Program Structure
• Chapter 3, Working with Basic Data Types
• Chapter 4, Using Variables and Assignments
• Chapter 5, Exploring Operators and Expressions
• Chapter 6, Exploring Conditional Program Flow
• Chapter 7, Exploring Loops and Iterations
• Chapter 8, Creating and Using Enumerations
| -rw-r--r-- | REAME | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -0,0 +1,15 @@ +We are going to start right away writing simple programs as we explore +the fundamentals of not only + +C but also general programming. + +This part contains the following chapters: + +• Chapter 1, Running Hello, World +• Chapter 2, Understanding Program Structure +• Chapter 3, Working with Basic Data Types +• Chapter 4, Using Variables and Assignments +• Chapter 5, Exploring Operators and Expressions +• Chapter 6, Exploring Conditional Program Flow +• Chapter 7, Exploring Loops and Iterations +• Chapter 8, Creating and Using Enumerations |
