i just need b if done correctly I will up vote thank you
Posted: Thu May 05, 2022 1:31 pm
i just need b if done correctly I will up vote thank you
3. Suppose you want to declare a C array of 10 string literals for the English words "one" through "ten" (one, two, three, four, five, six, seven, eight, nine, ten). Assume the size of a pointer is 4 bytes. a. [10 pts] How many bytes are needed to represent the 10 strings as a 2-dimensional array of chars? Show your work. b. [15 pts] How many bytes are needed to represent the 10 strings as a ragged array? Show your work.
3. Suppose you want to declare a C array of 10 string literals for the English words "one" through "ten" (one, two, three, four, five, six, seven, eight, nine, ten). Assume the size of a pointer is 4 bytes. a. [10 pts] How many bytes are needed to represent the 10 strings as a 2-dimensional array of chars? Show your work. b. [15 pts] How many bytes are needed to represent the 10 strings as a ragged array? Show your work.