eolas/zk/variables_in_c.md

13 lines
139 B
Markdown
Raw Normal View History

2024-02-29 18:39:53 +00:00
---
id: r4i16p1x
title: Variables in C
tags: [C]
created: Thursday, February 29, 2024 | 17:20
---
# Variables in C
```c
int age = 25
```