[prev] 28 [next]

COMP1917 Style

Required use of a restricted subset of C:
  • layout, use of brackets (always)
  • use only if and while
  • no side-effects in expressions
  • no conditional expressions
  • all functions have one return statement
But ... this style used in no texts or real code.