vault backup: 2024-11-05 11:28:09
This commit is contained in:
		| @@ -1 +1,13 @@ | ||||
| > **12.** Suppose that the macro `M` has been defined as follows: | ||||
| ```c | ||||
| #define M 10 | ||||
| ``` | ||||
| > Which of the following tests will fail? | ||||
| ```c | ||||
| // C will fail, because `M` is defined. | ||||
| #ifndef M | ||||
| ``` | ||||
|  | ||||
| --- | ||||
|  | ||||
| > **13.** Show what the following program will look like after preprocessing. You may ignore any lines added to the program as a result of including the `<stdio.h>` header.  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 zleyyij
					zleyyij