![]() |
| | #1 |
| Registered User Join Date: Nov 2009
Posts: 4
| c++ array question please explain -The number inside the brackets of an array definition is the ________, but the number inside an arrays brackets in an assignment statement, or any other statement that works with the contents of the array is the _________. I have no idea, any clarification would be nice - thanks |
| corbinc is offline | |
| | #2 |
| Registered User Join Date: Apr 2006 Location: United States
Posts: 3,202
| The first blank asks about this number char foo[BUFSIZ]; The second blank asks about numbers of this kind foo[x] = y; Chances are there are words you learned in class to talk about these numbers. If you can't think of anything then just describe the obvious.
__________________ Os iusti meditabitur sapientiam Et lingua eius loquetur indicium "There is nothing either good or bad, but thinking makes it so." (Shakespeare, Hamlet, Act II scene ii) http://www.myspace.com/whiteflags99 |
| whiteflags is offline | |
![]() |
| Thread Tools | |
| Display Modes | |
|
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| question about multidimensional arrays | richdb | C Programming | 22 | 02-26-2006 09:51 AM |
| Dynamic Mutli dimensional Array question. | fatdunky | C Programming | 6 | 02-22-2006 07:07 PM |
| Array of Structs question | WaterNut | C++ Programming | 10 | 07-02-2004 02:58 PM |
| Help with an Array | omalleys | C Programming | 1 | 07-01-2002 08:31 AM |
| Hi, could someone help me with arrays? | goodn | C Programming | 20 | 10-18-2001 09:48 AM |