#c
Read more stories on Hashnode
Articles with this tag
A segmentation fault, also known as a segfault, is a specific kind of error caused by accessing memory that “does not belong to you.” This can happen...
In C, an array is a fixed-size collection of elements of the same type. A pointer is a variable that stores the memory address of a value or another...
In C, a string is a sequence of characters stored in a character array. There are several ways to declare a string in C, and the best way depends on...