Which of the following statements is NOT true for pertaining to the pointer in C programming?
1
A pointer variable can be assigned the address of an ordinary variable.
2
A pointer variable cannot be assigned a null (zero) value.
3
A pointer variable can be assigned to address of another variable.
4
An integer quantity can be added to or subtracted from a pointer variable