Feb 5, 2009

how to determine the size of the array?

how to determine the size of the array?
{{{
int a[10];
sizeof(a)/sizeof(int);
}}}

No comments:

Post a Comment