The Format of C

  • Statements are terminated with semicolons.
  • Indentation is ignored by the compiler.
  • C is case sensitive – all keywords and Standard.
  • Library functions are lowercase.
  • Strings are placed in double quotes.
  • Newlines are handled via \n
  • Programs are capable of flagging success or error, those forgetting to do so have one or other chosen randomly!