Saved Bookmarks
| 1. |
Assign all the characters of the word ‘COMPUTER’ in an array. |
Answer» Eight charrcterThe WORD "computer," for example, consists of eight characters. The phrase "Hi there." takes up nine characters. Each character requires one byte of SPACE, so "computer" takes up 8 bytes. The LIST of characters that can be typed is DEFINED by the ASCII and extended ASCII set.
mark brainliest |
|