C
code break
Hi all,
Please can any one tell me the importance of below code...
#if 0 /*what is use of this macro conditional.since
this is every time false .*/
stmt1 ;
#else
stmt2;
#endif
Is it any reason to include above macro conditional in program ?
Please can any one tell me the importance of below code...
#if 0 /*what is use of this macro conditional.since
this is every time false .*/
stmt1 ;
#else
stmt2;
#endif
Is it any reason to include above macro conditional in program ?