Can a reserved word be used as an identifier name?

Word

1 answer

Answer

1038872

2026-05-16 01:11

+ Follow

Identifiers are a bit more generic in the context of programming.

If you mean, in terms of the C languages (C, C++, C#), the question is the reverse...keyWords may NOT be used as identifiers.

For example, you cannot use keyWords such as "int", "float", "double", etc. as the names of variables or objects.

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.