In C programming, preprocessor directives start with _____ character.

In C programming, preprocessor directives start with _____ character.

سی پروگرامنگ میں ، پری پروسیسر ہدایات _____ کردار سے شروع ہوتی ہیں۔
Explanation

In C programming, preprocessor directives (like #include or #define) begin with the # symbol.

These directives are processed before the actual compilation of code starts.