in C is:
*(array) equivalent to array[0]?
Therefore is
*(array+2) equivalent to array[2]?
|
1
|
|||||||||||
|
|
|
Yes, for instance: given:
Then
is equivalent to
and just for good measure.
is equivalent to
|
||||||||||||||||
|
|
|
The simple answer is: Yes. |
||
|
|
|
|
Yes and yes. (Padding to required 15 character length.) |
||
|
|
|
|
You may want to look at this, for more help: http://www.ibiblio.org/pub/languages/fortran/append-c.html
As others mentioned, the answer is yes, but you may want to get a better understanding. |
||
|
|