Find the output for the following C program# define TRUE 0some codewhile(TRUE){some code}

This won't go into the loop as TRUE is defined as 0

 

This Question is not yet answered!

 
 

Related Answered Questions

 

Related Open Questions