Memory is a type of Device Context.
A
Correct answer
Explanation
In Windows GDI, memory device contexts (created with CreateCompatibleDC()) are valid device context types. They allow off-screen drawing operations and bitmap manipulation. Memory DCs work with screen contexts for double-buffering and other graphics operations.