#include int main() { clrscr(); lowvideo(); cprintf("This is low video text.\n"); highvideo(); cprintf("This is high video text.\n"); normvideo(); cprintf("Back to normal again.\n"); return 0; }