// Display results
printf("Character read is %c\n", ucCharacter); if (ucAttribute == 0x07)
printf("Attribute read is\nnormal"); else
printf("Attribute read is\nreverse");
}
printf("Character read is %c\n", ucCharacter); if (ucAttribute == 0x07)
printf("Attribute read is\nnormal"); else
printf("Attribute read is\nreverse");
}