Preprocessor Directives in C

Table of ContentsPreprocessor Directives#include directive#define directive#pragma directive#ifdef directive#infdef directive Preprocessor Directives Preprocessor directives कुछ विशेष प्रकार की instructions होती है जो compilation step के पहले पूर्ण होती है, preprocessor directive…