- Oct 17, 2010
- 22,021
- 3
- 76
Can anyone explain to me how to do the following:
I have this code
How do I get it to print out 15 or 10? Or whatever values are in those spots.
Basic, badly explained but I'm tired and stressed, anyone?
I have this code
Code:
typedef struct name{
some irrelevant crap}
name nam[10][15];
How do I get it to print out 15 or 10? Or whatever values are in those spots.
Basic, badly explained but I'm tired and stressed, anyone?
Last edited:
