Pointers
1. What would be the equivalent pointer expression for referring the array element a[i][j][k][l]?
2. NULL pointer points to the 0th memory address:
3. Which operator is used to get the address of a variable in C?
4. Which of the following is NOT a valid use of pointers?