C Mistakes - Preprocessor



Common Errors in C :. Pre Processor Directives

Error / Mistake 1 :

  1. Semicolon at the end of #define

Example :

#define MAX 100;

Error / Mistake 2 :

  1. Typing Incorrect Spelling of the ‘include’ / Header file

Example :

  1. stdio.h
  2. includ