01What is the difference between malloc() and calloc()?
02What happens if you dereference a NULL pointer in C?
03What is the purpose of the volatile keyword in C?
04What is a memory leak in C?
05What is the purpose of the restrict keyword in C?
06In C, what is the difference between a segmentation fault and a bus error?
07What is the purpose of function pointers in C?