The importance of showing ALL of the code in C
an example:
int A[10];
int N;
N = 3;
A[10] = 2;
printf("%d",N);
In many other languages, A[10] = 2 would not have any effect on N.
Received on Wed Feb 06 2002 - 12:20:49 GMT
This archive was generated by hypermail 2.3.0
: Fri Oct 10 2014 - 23:34:44 BST