EX03: An example containing errors to do with the number of times that macros are called. @O@==@{@- @ @ @
@} @$@
==@{@- main() { doit(); } @} @$@==@{@- void doit() { int i; for (i=0;i<10;i++) { @ @ } }@} @$@==@{@- printf("Hello World!"); printf("\n");@} @$@==@{scanf@} @$@==@{@- #include #include @}