1. enum types are processed by a) Compiler b) Preprocessor c) Linker d) Assembler AnswerAnswer: a [Reason:] None. 2. What is the output of this C code? #include <stdio.h> int main() { printf(“aidlorclassn”); return 0; } a) aidloclass b) aidlo class c) classundry d) aidlo AnswerAnswer: c [Reason:] r is carriage return and moves the…