If you wonder about the phrase of "supports Monica Cellio" inside of my profile name, I´ll link you to the StackExchange Meta posts from Monica Cellio here and here for further information.
Robert Schulz, Student of C and C++.
I think it is always beneficial to educate oneself and even to iterate topics is a great source of increasing already made knowledge.
Some useful links, I like to have handy:
ISO/IEC 9899:2011 (C11) draft in HTML format
ISO/IEC 14882:2017 (C++17) draft in PDF format
Minimal Reproducible Example
SOCVR chat room
Why should I always enable compiler warnings?
Undefined, Unspecified and Implementation-defined Behavior in C and C++
The Definitive C Book Guide and List
How do I use arrays in C++?
Do I cast the result of malloc
How does realloc() reallocate the memory?
Why is “while ( !feof (file) )” always wrong?
Why is the gets function so dangerous that it should not be used?
scanf leaves the new line in the buffer
Passing an array as an argument to a function in C
C pointer notation compared to array notation: When passing to function
How can I do GUI programming in C?
What is the difference between char s[] and char *s?
Curious C Stack Overflow Questions:
How does this piece of code determine array size without using sizeof( )?
With arrays, why is it the case that a[5] == 5[a]?
Deleted:
https://stackoverflow.com/questions/60465070/why-does-my-char-array-need-one-more-element-than-expected-to-store-a-string/
https://stackoverflow.com/a/60832504/12139179
https://stackoverflow.com/a/61069520/12139179