I need both a and b if done correctly I will upvote! thank you!!
Posted: Thu May 05, 2022 1:37 pm
I need both a and b if done correctly I will upvote! 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.
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.