1.# define is a preprocessor facility.
2. # define aids in modifying a constant value throughout the program.
3. # define uses a statement terminator.
4.# define improves the readability of the program.
Answer:3