update
This commit is contained in:
		
							
								
								
									
										11
									
								
								ChangeLog
									
									
									
									
									
								
							
							
						
						
									
										11
									
								
								ChangeLog
									
									
									
									
									
								
							@@ -1,5 +1,16 @@
 | 
				
			|||||||
2025-01-06  Mert Gör  <mertgor@masscollabs.xyz>
 | 
					2025-01-06  Mert Gör  <mertgor@masscollabs.xyz>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						* c-basic/CSD-C-Basic-Book/C.pdf: Ters bölü karakterinin kendisi '\\' ile belirtilir. '\' ifadesi geçersizdir. Örneğin:
 | 
				
			||||||
 | 
						#include <stdio.h>
 | 
				
			||||||
 | 
						int main()
 | 
				
			||||||
 | 
						{
 | 
				
			||||||
 | 
							printf("c:\temp\a.dat\n");
 | 
				
			||||||
 | 
							printf("c:\\temp\\a.dat\n");
 | 
				
			||||||
 | 
							return 0;
 | 
				
			||||||
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						* c-basic/tab.c: tab and new line example
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	* c-basic/CSD-C-Basic-Book/C.pdf: Sabitler(Literals) page 31
 | 
						* c-basic/CSD-C-Basic-Book/C.pdf: Sabitler(Literals) page 31
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	* c-basic/sin_cos_tan.c (main): other mathematical operations like sin cos asin acos tan atan functions
 | 
						* c-basic/sin_cos_tan.c (main): other mathematical operations like sin cos asin acos tan atan functions
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										7
									
								
								c-basic/tab.c
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										7
									
								
								c-basic/tab.c
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,7 @@
 | 
				
			|||||||
 | 
					#include <stdio.h>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					int main()
 | 
				
			||||||
 | 
					{
 | 
				
			||||||
 | 
					  printf("ali\tveli\nselami\tayse\n");
 | 
				
			||||||
 | 
					  return 0;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
		Reference in New Issue
	
	Block a user