update
This commit is contained in:
parent
588070c130
commit
37010fe61d
11
ChangeLog
11
ChangeLog
@ -1,5 +1,16 @@
|
||||
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/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;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user