Computer Science, asked by jaydevbarot183, 1 month ago

The preprocessor directive define is used to define which of the following in C?​

Answers

Answered by harneetmakkad27
7

Answer:

The defin e dire ctive is used to de fine valu es or macr os that are used by the preproc essor to manip ulate the prog ram source co de bef ore it is comp iled. Because preproce ssor defin itions are subs tituted bef ore the com piler acts on the sour ce cod e, any errors that are intro duced by def ine are diffic ult to tra ce.

Similar questions