Bullet list for C.md

This commit is contained in:
qorg11 2020-12-23 02:15:36 +01:00
parent f2dcbeb1bd
commit 5021f85435
No known key found for this signature in database
GPG Key ID: 343FC20A4ACA62B9
1 changed files with 5 additions and 12 deletions

View File

@ -1,17 +1,10 @@
<style>
li{color:white;}
</style>
# free(malloc(sizeof("C is a great programming language"))); # free(malloc(sizeof("C is a great programming language")));
C is a great progr.... segmentation fault * C is a great progr.... segmentation fault
* Who wrote the functions? I mean: fprintf, sscanf, isalnum...
Who wrote the functions? I mean: fprintf, sscanf, isalnum... * Lack of lambdas
* The preprocessor
Lack of lambdas * Thank you for making me understand why I got a segfault![^1]
The preprocessor
Thank you for making me understand why I got a segfault![^1]
~~~ ~~~
int sum(int a, int b) { int sum(int a, int b) {