Assuming you are using a system with 1-byte characters, how many bytes of memory will the following string literal occupy? "William"

Respuesta :

Answer:

"william" will literary occupy 7 bytes of memory because from the statement it is assumed that one byte is equal to one character.

Explanation:

A byte is equal to 8 bits while 1024 bytes of character makes 1 kilobyte.

the byte of characters are equally the same as the character.