Skip to content

Commit

Permalink
Quartz sync: Jan 14, 2025, 11:05 AM
Browse files Browse the repository at this point in the history
  • Loading branch information
luclisson committed Jan 14, 2025
1 parent 0b76a55 commit 7d2ddb8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions content/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
This document will deal with basic knowledge about C. Why is C so popular?, What are the benefits of using C? or How does Memory management work in C? are all questions which will be covered in this article. Notice, that this is barely scratching the surface of the language. If you want to dive deeper into C we provided some links.
All the orange highlighted text is clickable and guides you through some concepts in more detail.

To get you started we got you covered with a [[Getting started]] program which shows you your first C program. Furthermore you will learn how to install a compiler and run code from either the terminal or an IDE.
# Syntax
### Variables
The different [[C Variable types]] are all initialized according to the same pattern.
Expand Down
3 changes: 3 additions & 0 deletions content/subnotes/Getting started.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,6 @@ int main() {
}
```

### Compiler


0 comments on commit 7d2ddb8

Please sign in to comment.