On Wed, 28 Apr 1999, Amol Mohite wrote:

> 
> in main function if i have int i, j;
> 
> can i be sure that i and j are contiguous ?
> 
> 
> 

Not at all.  You can put them in a struct, or make an integer array if you
want contiguity.

Brandon

Reply via email to