Re: About Macro
- From: Eric Sosman <esosman@xxxxxxxxxxxxxxxxxxx>
- Date: Mon, 27 Mar 2006 09:03:22 -0500
Remo wrote:
Hi All
I Have Quation About Macro's plz help
why do we have # symbol before any macro line #define STOP 0 ...
why con't we use the any other symbol like $, @,,
We can!
??=include <stdio.h>
??=define POUND_SIGN "Octothorpe"
int main(void) {
printf(POUND_SIGN " is unnecessary!\n");
return 0;
}
--
Eric Sosman
esosman@xxxxxxxxxxxxxxxxxxx
.
- Follow-Ups:
- Re: About Macro
- From: Naresh
- Re: About Macro
- References:
- About Macro
- From: Remo
- About Macro
- Prev by Date: Re: Need help on string manipulation
- Next by Date: Re: About Macro
- Previous by thread: Re: About Macro
- Next by thread: Re: About Macro
- Index(es):
Relevant Pages
|