I have a question:
How do I find out how much variable space I need to allocate
if I wish to store up to 800 strings with a maximum of 255 characters
in each string? Do I just multiply 800 by 255 or what?
Thanks in advance for any responses.
------------------
Few cats act their age, while
most just cough up furballs.
How do I find out how much variable space I need to allocate
if I wish to store up to 800 strings with a maximum of 255 characters
in each string? Do I just multiply 800 by 255 or what?
Thanks in advance for any responses.
------------------
Few cats act their age, while
most just cough up furballs.
Comment