Em 04/06/2013 14:39, David escreveu: > Note that the line from the challenge can also be correctly written as: > > printf ("Argument #%d: '%s'\n", i, *(argv + i)); I think it is simpler just to remove the asterisk from the original code. =20 > Pointers are fun. I agree. you could also write: printf ("Argument #%d: '%s'\n", i, i[argv] )); --=20 http://www.piclist.com/techref/piclist PIC/SX FAQ & list archive View/change your membership options at http://mailman.mit.edu/mailman/listinfo/piclist .