Saturday, July 7, 2007

Interesting C Program -6

One more Interesting Program

#include "stdio.h"
#include "stdlib.h"
#define DPRINTF(x) printf("%s:%d\n",#x,x)
int main()
{
int Y=5;
DPRINTF(Y);
system("pause");
}

No comments:

Search Google

Books that I refer to...

  • The Complete Reference C, Fourth Edition
  • The C Programming Language