BCS Wrote: > In "for(;;);" the trailing ; is a null statement. I just did that and the compiler said: "use '{ }' for an empty statement, not a ';' "