vault backup: 2024-10-28 10:30:15

This commit is contained in:
zleyyij 2024-10-28 10:30:15 -06:00
parent 7d58412a45
commit cae09887da

View File

@ -23,3 +23,5 @@ middle = low + (high - low) / 2;
The following expressions are illegal because of mismatched types: The following expressions are illegal because of mismatched types:
- (a) `p == a[0]` - Comparison between `int *` and `int` - (a) `p == a[0]` - Comparison between `int *` and `int`
The rest of the expressions are true. The rest of the expressions are true.
8.