Computer Science, asked by shreyavr04, 8 months ago

How much space is required to store the word 'WONDERFUL'

Answers

Answered by lucky0386
0

20 bytes are required.

Answered by TarunBardiya
0

In this case twice teh storage or 20 bytes is required. If you use unicode as internal representation, e.g. by using wchar_t as character type your compiler will allocate 4 bytes per character, in this case 40 bytes.

Similar questions