18.2k views
0 votes
Which token is NOT a keyword (language-determined identifier)?

A. int
B.sum
C.double
D.return
E.char

User Greenkode
by
6.6k points

1 Answer

2 votes

Final answer:

The token that is NOT a keyword is B.sum.

Step-by-step explanation:

The token that is NOT a keyword is B.sum. A keyword is a reserved word in a programming language, and it cannot be used as an identifier. In this case, sum is a commonly used identifier for a variable name or function, but it is not a keyword.

User Eli Acherkan
by
8.2k points