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...
Sep 26, 20222 min read94
