Friday, August 12, 2011

An identifier in c must start with a letter or underscore. It is not allowed to have a space or hyphen?

correct, white space is used to delimit tokens within source code and the hyphen is also the subtraction operator.

No comments:

Post a Comment