BBoscoinbrigde.hashnode.dev·Mar 20, 2023 · 1 min readPreprocessor, Assembler, Compiler, LinkerPreprocessor: A preprocessor is a program that processes the source code before it is compiled. It typically performs tasks such as macro expansion, file inclusion, and conditional compilation. The preprocessor is a part of the compilation process th...00
BBoscoinbrigde.hashnode.dev·Mar 19, 2023 · 1 min readJavaScriptJavaScript is a programming language commonly used for creating interactive web pages and web applications. It was first introduced in 1995 by Netscape and has since become one of the most popular programming languages in use today. JavaScript can be...00
BBoscoinbrigde.hashnode.dev·Mar 19, 2023 · 1 min readruntimeIn computer science, runtime refers to the period during which a program is executing or running on a computer. It begins when the program is launched or started and ends when the program is terminated or closed. During the runtime, the program perfo...00