I have the following sentence:
This section of a program starts with keyword “protected”.
Should I use any articles before keyword?
Answer
I’d recommend that if you’re referring to a specific keyword, use the, like this:
This section of a program starts with the
static
keyword.
If you’re referring to a class of related keywords, use a:
This section of a program starts with a statement keyword.
Attribution
Source : Link , Question Author : iensen , Answer Author : p.s.w.g