एंबेडेड सी प्रोग्रामिंग में निर्देश प्रीप्रोसेसर के कार्य क्या हैं?
What are the functions pre-processor directive in Embedded C programming ?
A
Tell compiler where to find symbols that are not present in program
B
Give compiler instructions to compile the program
C
Define variables
D
Define functions
Explanation
Correct Answer: A) Tell compiler where to find symbols that are not present in program