I would like to know how I change the colour of font and the size. The simple code below would be nice to see displayed on a white background and the text red and bigger. Is this possible in the command prompt window and if so how
#includeint main()
{
printf("
");
printf("------------
");
printf("HELLO WORLD
");
printf("------------
");
printf("
");
return (0);
}