Common Errors in C :. Pre Processor Directives
Error / Mistake 1 :
- Semicolon at the end of #define
Example :
#define MAX 100;
Error / Mistake 2 :
- Typing Incorrect Spelling of the ‘include’ / Header file
Example :
- stdio.h
- includ
Common Errors in C :. Pre Processor Directives
Error / Mistake 1 :
Example :
#define MAX 100;
Error / Mistake 2 :
Example :