Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Вивчайте Role of the Preprocessor | Introduction to Preprocessing
C Preprocessing
course content

Зміст курсу

C Preprocessing

book
Role of the Preprocessor

To take advantage of the capabilities of preprocessing, the C language uses special instructions - directives.

Each directive begins with a symbolic hash #. You have already encountered preprocessor directives when connecting the built-in standard input/output library (stdio.h).

Preprocessor directives allow you to include files, define constants, and conditionally compile parts of the code. They are essential for organizing and optimizing the compilation process.

What symbol is used for preprocessor directive?

What symbol is used for preprocessor directive?

Виберіть правильну відповідь

Все було зрозуміло?

Як ми можемо покращити це?

Дякуємо за ваш відгук!

Секція 1. Розділ 2
We're sorry to hear that something went wrong. What happened?
some-alt