Words

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • GirdharGopalBansal
    New Member
    • Dec 2006
    • 1

    Words

    What is the difference between a reserve word and a keyword in C++.
  • vpawizard
    New Member
    • Nov 2006
    • 66

    #2
    No difference. They both mean the same.

    Comment

    • sowmyth
      New Member
      • Oct 2006
      • 19

      #3
      a reserved word is a keyword in a programming language that serves to mark the structure of a statement.eg;if ,else&while

      Comment

      Working...