1. If you want to comment out all the printf and printk statements in your code, what you will do?
Answer:
#define printf //printf
(or)
#define printk //printk
How to comment out all printf statement in the program
1. If you want to comment out all the printf and printk statements in your code, what you will do?
Answer:
#define printf //printf
(or)
#define printk //printk