#include #include void main() { char far *v = (char far*)0xb8000000; clrscr(); *v = \'w\'; v += 2; *v = \'e\'; getch()
This is the beginning of the video memory address space. What is written to memory here will be displayed on the screen.