/chapter4/t/t.c

https://bitbucket.org/Anu_B_Nair/knr · C · 6 lines · 6 code · 0 blank · 0 comment · 0 complexity · cdf53d47080833e5f7d6d99b66d39059 MD5 · raw file

  1. #define MAX 100
  2. int main()
  3. {
  4. int x , y;
  5. x = MAX;
  6. }