I did not understand the mcques

I need the explanation of the mcques.

hello @prerna_gupta31

if u have any issue with any mcq.
then raise the doubt by pasting the problem statment of that mcq.
online TA’s will help u.

Q­2 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

  1. Pointer arithmatic is not permitted on void pointers.
  2. A pointer knows about its type at run time.