Re: About Macro



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
.



Relevant Pages

  • Re: Work it out
    ... > Plz help me out with the output. ... You misspelled "int". ... > wht value would it yield?And plz if posible state the reason. ...
    (comp.lang.c)
  • Re: problem in K&R answer book
    ... Oleg Melnikov wrote: ... >> int main ... >> plz help me ...
    (comp.lang.c)
  • fortran calling c
    ... int operating_system{ ... interface operating_system ... but the problem is if i want the c-code to return the value of uname, ...
    (comp.lang.fortran)
  • Cant update the database
    ... Plz help ... I have using VB.Net window - my application doesn't want to updated the ... databas, the only row that it updated is of the type "Int - which has ...
    (microsoft.public.dotnet.languages.vb)
  • evaluate this
    ... both givin different results ... Prev by Date: ...
    (comp.lang.c)