Loops/Foreach: Difference between revisions

m
no edit summary
No edit summary
mNo edit summary
Line 316:
 
Most general: string or array as collection (collection size known at run-time)
: ''Note: idxtype can be removed and [http://gcc.gnu.org/onlinedocs/gcc/Typeof.html typeof](col[0])] used in it's place with [[GCC]]''
<lang c>
#include <stdio.h>
54

edits