#include "stdio.h"
#include "stdlib.h"
#define DPRINTF(x) printf("%s:%d\n",#x,x)
int main()
{
int Y=5;
DPRINTF(Y);
system("pause");
}
Saturday, July 7, 2007
Interesting C Program -6
One more Interesting Program
Labels:
INTERESTING C PROGRAMS
Subscribe to:
Post Comments (Atom)
Search Google
Books that I refer to...
- The Complete Reference C, Fourth Edition
- The C Programming Language
No comments:
Post a Comment