Let's learn about Segmentation Fault
Segmentation Fault
Memory Management
In C Programming language, we have the capability to access the memory and manipulate the data by using pointers. Pointers stores the address of a variable.
Let us write a small piece of code, I'll explain it.
#in...
gangothri0306.hashnode.dev2 min read