Home » Compiler Design » Compiler design miscellaneous » Question

Compiler design miscellaneous

  1. Which one of the following is NOT performed during compilation?
    1. Dynamic memory allocation
    2. Type checking
    3. Symbol table management
    4. Inline expansion
Correct Option: A

Dynamic memory allocation is not performed during compilation. It is performed during sun time not during complete time



Your comments will be displayed only after manual approval.