Question: If a string is stored at the memory address 0x20008000 and the string is 0 I.e. char x[1] = 0; What is the size of
If a string is stored at the memory address 0x20008000 and the string is 0 I.e. char x[1] = "0";
What is the size of this string in memory?
Answer:___________ bytes (provide your answer as an integer)
Question 17 options:
Question 18 (2 points)
In a C program, what does the following code do ( assume 0<=k<=31)?
x += (1 << k)
Question 18 options:
|
| Clear a single bit only at location k, for any location k. |
|
| Set a single bit only at location k, for any location k. |
|
| Toggle a single bit only at location k, for any location k. |
|
| Check a bit only at location k, for any location k. |
|
| None of the above |
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
