Homework #4 Due 2/22 in class * Explain what happens on Linux when a C program dereferences the NULL pointer? Distinguish between hardware and software functionality, and between OS and application functionality. char* ptr = 0; char value = *ptr; * Silbershatz: 9.4, 9.6, 9.10