Electronics and Communication Engineering - Microprocessors - Discussion

Discussion Forum : Microprocessors - Section 3 (Q.No. 3)
3.
Consider the following rules for constructing variable names in C
  1. It can have alphabets, digits or underscores but no other special character.
  2. The maximum number of characters is 8.
  3. The first character may be an alphabet or digit but not underscore.
Which of the above are correct?
All
1 and 2 only
1 and 3 only
2 and 3 only
Answer: Option
Explanation:

First character must be alphabet only.

Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.