Wednesday, December 12, 2007

Rules for C programming

Basic Rules in "C" Language

  1. "C " is case sensitive. means capital "A" and small "a " is different
  2. Every statement ends with ";" .Control statement do not have ";" generally but it may appear (what are control statement we will discuss afterwards )
  3. Block of statement starts with curly bracket "{" and ends with curly bracket "}"

No comments: