vault backup: 2024-09-07 13:15:57

This commit is contained in:
zleyyij 2024-09-07 13:15:57 -06:00
parent ddbde32405
commit 81e99af77d

View File

@ -6,5 +6,21 @@ Directives:
Statements: Statements:
```c ```c
printf("Parkinson's Law: \nWork expands so as to ");
printf("fill the time\n");
printf("available for its completion.\n");
return 0;
```
``` Output:
```
Parkinson's Law:
Work expands so as to fill the time
available for its completion.
```
# \#5
(A): `100_bottles` is not a legal C identifier because C identifiers cannot start with a number.
# \#6
Double underscores are typically used to denote statements reserve