Question: In the code below, word is a char array containing the text Hello World. Suppose we execute the code below: char* ptr: ptr word; If

In the code below, word is a char array containing the text "Hello World". Suppose we execute the code below: char* ptr: ptr word; If word[O] is stored at address 3000 after executing the above code, what is the value of each of the following expressions? Don't worry about the hexadecimal representation, use normal decimal numbers and simple addition. (4 pts each) word &word(5) ........ *ptr ptr 2 *ptr.2)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
