#c
Read more stories on Hashnode
Articles with this tag
scanf() is a lousy function. Lets see what can we do then 🤔 · Issue ❌ scanf() is a very lousy function 😪 due to which it can cause many runtime errors...
What is pointer decay???? · Issue ⚠ As array variables are slightly different from pointer variables, we need to be careful when we assign arrays to...
Two types of const there are in pointer · In C when we create a pointer, we can use const at two different places, one to make pointer constant so that...
How does memory in C actually look like? · When we create a C program, its memory management looks something like this. Here we can see different...