differentiate between source file and object file in python
Answers
Answered by
0
Explanation:
Answer. Source file is easily understand by human . ... (2)Object file is the intermediate form between executable and source . Objective file is the file containing object code, means reload format machine code that is usually not directly executable.
Similar questions