MPLAB, IDE & C-18 Compiler - MCQs with answers
1. Which among the below assertions represent the salient features PIC of C-18 compiler?a. Transparent read/ write access to an external memory
b. Provision of supporting an inline assembly during the necessity of an overall control
c. Integration with MPLAB IDE for source-level debugging
d. All of the above
View Answer / Hide AnswerANSWER: d. All of the above 
a. help
b. verbose 
c. overlay
d. char
View Answer / Hide Answer3. In which aspects do the output functions specified in stdio.h differ from ANSI specified versions?a. Provision of MPLAB specific extensions
b. Floating -point Format Support
c. Data in Program Memory
d. All of the above
View Answer / Hide AnswerANSWER: d. All of the above 
a. statically assigned/allocated initialized user variables
b. statically assigned /allocated uninitialized user variables
c. only executable instructions
d. variables as well as constants
View Answer / Hide AnswerANSWER: a. statically assigned/allocated initialized user variables