#include <stdio.h> #define MAX 1000 int main() { int MAX = 100; printf("%d ", MAX); return 0; }
This question is part of this quiz :