c_programming_language/c_modern_approach/Fundamentials
2024-12-07 11:02:37 +03:00
..
exercises/2 Add solutions for section 2 projects 2024-12-07 11:02:37 +03:00
projects/2 Add solutions for section 2 projects 2024-12-07 11:02:37 +03:00
2_001_section Back to C learning 2024-12-04 23:31:26 +03:00
2_001_section.c Back to C learning 2024-12-04 23:31:26 +03:00
README.md Add solutions for section 2 projects 2024-12-07 11:02:37 +03:00

Шаги запуска программы

Preprocessing -> Compiling -> Linking

Preprocessing

Первый шаг - команда попадает сюда. Тут препроцессор выполняет команды, которые начинаются с #. These commands are called Directives

Compiling

After Preprocessing app goes to compiler where app is being translated into machine instructions (object code)

Linking

Linker combines object code from step 2 with additional code needed for final executable. This code includes library functions

P.S.: Сори за микс языков, лень было переключаться в процессе sdfaksdhfk