I've been checking many combinations of phrases on Yahoo, Google, and even tried a search here, so I just decided to post my question.

Something as such:

Code:
main ()
{

   int name;

   printf("Have user enter interger -> ");
   scanf("%i, &name);
   
   return 0;

}
Not a great example, but, I was wondering if anyone could give me some help on how I would make what the user imputs become bold, such as if they entered a 5, it would be 5 instead of 5.

Thanks for help in advance, sorry for what probably is a very trivial question