SLIDE 12          < Previous     Next >          Close Window


struct threeInts {
  int  a ;
  int  b ;
  int  c ; }
;


This minor inconsistency in the C language syntax requires a semicolon to follow a close-brace.  To keep with the brace-indentation rule, the semicolon goes on a line by itself.