
For beginners: A thorough explanation of the three roles of compilation
Introduction: What is compilation? Compiling refers to the process of converting the language used to write a program (source code) into a form that a computer can understand. Programs are easy for humans to understand, but computers cannot understand them as they are. Therefore...