1.#define /* symbolic constant */ Max 100
2.int /*declaration*/ a,b;
3.. char c1,c2;
4.#define MAX 25;
Answer:4