highlight word

I know how to change background and words colour but is it possible to just highlight the specific words with the colour i want? Here is a simple code for it:

1
2
3
4
5
6
7
8
9
10
11
#include <stdio.h>
#include <windows.h>


void main()
{
	printf("HI!!\n");//hightlight in blue
	printf("ello!!!\n");//hightlight in red
	

}
Topic archived. No new replies allowed.