#define Number 10
If you want to print the number 10 on the screen, the code is:
Printf ("% D", Number);
- END -