InterviewSolution
Saved Bookmarks
| 1. |
Should not be used as identifiers |
|
Answer» No, You can not use keyword as Identifiers in C++ or in any language, Following are the RULES for the identifiers : ... Only alphabetic characters, digits and underscore (_) are permitted in C++ language for declaring identifier. Other special characters are not ALLOWED for naming a variable / identifier.I HOPE it helps YOUPLZ Follow me and Mark me as BRAINLIEST |
|