13 lines
		
	
	
	
		
			139 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
		
		
			
		
	
	
			13 lines
		
	
	
	
		
			139 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| 
								 | 
							
								---
							 | 
						||
| 
								 | 
							
								id: r4i16p1x
							 | 
						||
| 
								 | 
							
								title: Variables in C
							 | 
						||
| 
								 | 
							
								tags: [C]
							 | 
						||
| 
								 | 
							
								created: Thursday, February 29, 2024 | 17:20
							 | 
						||
| 
								 | 
							
								---
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								# Variables in C
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								```c
							 | 
						||
| 
								 | 
							
								int age = 25
							 | 
						||
| 
								 | 
							
								```
							 |