Discussion :: Microprocessors
-
Consider the following rules for constructing variable names in C
- It can have alphabets, digits or underscores but no other special character.
- The maximum number of characters is 8.
- The first character may be an alphabet or digit but not underscore.
Answer : Option B
Explanation :
First character must be alphabet only.
Be The First To Comment