Program used to make executable file from a source file is called:AInterpreterBLinkerCCompilerDDebuggerAnswer: C. Compiler Read Explanation: A compiler is a special program that translates a programming language's source code into machine code, bytecode or another programming language. The source code is typically written in a high-level, human-readable language such as Java or C++. Read more in App