1.

Which of the following are header files?(a) #include(b) file(c) struct()(d) proc()This question was addressed to me in homework.The origin of the question is The Compilation Process-II in portion Writing Software for Embedded Systems of Embedded Systems

Answer»

The CORRECT ANSWER is (a) #include

Explanation: The #include is a header file which DEFINES the STANDARD constants, variable types, and many other functions. This can also include some standard libraries.



Discussion

No Comment Found

Related InterviewSolutions