Report Bug
Qus : What are the functions preprocessor directive in Embedded C programming?
Qusएंबेडेड सी प्रोग्रामिंग में फंक्शन प्रीप्रोसेसर डायरेक्टिव क्या हैं?

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


Solution
A. Tell compiler where to find symbols that are not present in program






Report Bug