Quickies
[
categories
] [
index
] [
all (553)
] [
latest
]
C
Size of an array on the stack
int a[3]= { 1, 2, 3 }; int len = sizeof(a)/sizeof(*a);