How much space is required to store the word 'WONDERFUL'
Answers
Answered by
0
20 bytes are required.
Answered by
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