# Problem What is the proper order of the steps in compiling a program? # Process ... # Answer 1. Preprocessing. 2. Compilation. 3. Assembly. 4. Linking.