RE: This question pertains to arrays. Two part question.
In the following example, why would we declare an array of 4 instead of 3?
#include
void main (void)
{
/* arrays */
char id[4] = "POS";
short qty[3] = {33, 37, 30};
}
What character array's size would be large enough to hold "Hello worldn"?
By OTA: Israel Kovner, PhD
OTA Rating: 5/5
Your Price: $2.19 (original value ~$11.97)
What's included:
Page generated in 0.0139 seconds