Page 1 of 1

This is a c programming problem i will give a thumbs up if answered correctly thank you!

Posted: Thu May 05, 2022 1:22 pm
by answerhappygod
This is a c programming problem i will give a thumbs up if
answered correctly thank you!
This Is A C Programming Problem I Will Give A Thumbs Up If Answered Correctly Thank You 1
This Is A C Programming Problem I Will Give A Thumbs Up If Answered Correctly Thank You 1 (17.49 KiB) Viewed 44 times
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.