argc[argv]

Laws at SRI-AI.ARPA Laws at SRI-AI.ARPA
Mon Dec 19 04:52:21 AEST 1983


From:  Ken Laws <Laws at SRI-AI.ARPA>

Beginners may have trouble with the statement that a[b] is entirely
equivalent to *(a+b).  This is only true for character arrays.  For
other types of arrays the translation is *(a+b*sizeof(*a)).

					-- Ken Laws
-------



More information about the Comp.unix mailing list