C Preprocessor
#define MAXLINE 1000
char line[MAXLINE];
fgets(line, MAXLINE, stdin);
compare
enum
, C++
const