C Variables can not start with
A C variable cannot start withA. A number
B. A special symbol other than underscore
C. Both of the above
D. An alphabet
Answer: Option C
C Variables
Variables are simply names used to refer to some location in memory – a location that holds a value with which we are working.
The name of a variable can be composed of letters, digits, and the underscore character. It must begin with either a letter or an underscore. Upper and lowercase letters are distinct because C is case-sensitive.
The name of a variable can be composed of letters, digits, and the underscore character. It must begin with either a letter or an underscore. Upper and lowercase letters are distinct because C is case-sensitive.
No comments:
Post a Comment
What you have to say about this?