MCQOPTIONS
Saved Bookmarks
| 1. |
Which is the correct sequence of compilation process? |
| A. | Assembler -> Compiler -> Preprocessor -> Linking |
| B. | Compiler -> Assenbler -> Preprocessor -> Linking |
| C. | Preprocessor -> Compiler -> Assembler -> Linking |
| D. | Assembler -> Compiler -> Linking -> Preprocessor |
| Answer» D. Assembler -> Compiler -> Linking -> Preprocessor | |