1.

Which statement is used to condense the code to improve the eligibility?(a) # define MACRO()(b) # include(c) if(d) else-ifThis question was posed to me in a job interview.This question is from The Compilation Process in portion Writing Software for Embedded Systems of Embedded Systems

Answer»

Correct CHOICE is (a) # DEFINE MACRO()

To elaborate: The # define MACRO() statement is used to condense the code for improving the code eligibility or for SPACE REASONS.



Discussion

No Comment Found

Related InterviewSolutions