the difference between the source program and the object program is (a) the source program possibly contains some bugs, and the object program does not contain any bugs. (b) the source program is the original code, and the object program is a modified code. (c) the source program is specified in a high-level language, and the object program is specified in machine language. (d) the object program is also a source program. (e) the source program can be executed, and the object program cannot be executed.