vault backup: 2024-10-28 09:26:30
This commit is contained in:
parent
d430c4fff9
commit
dc9a5d0289
@ -17,3 +17,8 @@ middle = low + (high - low) / 2;
|
||||
3. What will be the contents of the `a` array after the following statements are executed?
|
||||
```c
|
||||
{10, 9, 8, 7, 6, 5, 4, 3, 2, 1}
|
||||
```
|
||||
|
||||
5. Suppose that `a` is a one dimensional array and `p` is a pointer variable. assuming that the assignment `p = a` has just been performed, which of the following expressions are illegal because of mismatched types? Of the remaining expressions, which are true (have a nonzero value)?
|
||||
The following expressions are illegal because of mismatched types:
|
||||
- ``
|
Loading…
Reference in New Issue
Block a user