Q2 which of the following statement(s) best refer to pointers?
A) Pointer arithmetic is permitted on pointers of any type.
B) A c pointer of type void can be used to directly examine or modify
any object of any type
C) A c pointer knows the types of pointers and indirectly referenced
data items at runtime
D) All of above