I need the explanation of the mcques.
I did not understand 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.
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
- Pointer arithmatic is not permitted on void pointers.
- A pointer knows about its type at run time.