Comment on "
Intro to Memory and Arrays in C
"
by
Steffen Frost
— Sep 28
In your introduction to arrays, the programming example defines COUNT using #define:
#define COUNT 5
This #define topic hasn't been covered yet in the previous required tutorial.
Back to "
Intro to Memory and Arrays in C
"
Copyright © Scott Stevenson 2004-2015
by Steffen Frost — Sep 28
#define COUNT 5
This #define topic hasn't been covered yet in the previous required tutorial.