Why does a programming language need keywords?

Posted by eSKay on Stack Overflow See other posts from Stack Overflow or by eSKay
Published on 2010-03-16T05:49:44Z Indexed on 2010/03/16 5:56 UTC
Read the original article Hit count: 163

Filed under:
|
|

For example (in C):

int break = 1;
int for = 2;

Why will the compiler have any problems at all in deducing that break and for are variables here?

© Stack Overflow or respective owner

Related posts about c

    Related posts about keywords