1.

If the name of an array is a pointer to its first element, how to move to third element.

Answer»

Array name +2 gives the address of third element



Discussion

No Comment Found