What else can we write with ‘#’ apart from ‘include’? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

What else can we write with ‘#’ apart from ‘include’?

20th Aug 2019, 9:11 AM
Paras
6 Answers
+ 4
#define and #pragma
20th Aug 2019, 9:27 AM
ariamossar
ariamossar - avatar
+ 4
#ifdef #endif #else etc.
20th Aug 2019, 9:44 AM
Sonic
Sonic - avatar
+ 1
#undef, #warning, #error, #line too
20th Aug 2019, 10:21 AM
aklex
aklex - avatar
+ 1
#region /#endregion for code collapsing
20th Aug 2019, 5:54 PM
Fogwe
Fogwe - avatar
0
called preprocessor directives
21st Aug 2019, 9:20 PM
BinaryEden
BinaryEden - avatar