What is the output of this program?
#include #define p 17; int main() { printf("%d",p); return 0; }
Answer: D
Preprocessor should not terminate with semicolon.