Saved Bookmarks
| 1. |
What are identifiers? Write the rules of naming identifiers in C++. |
|
Answer» The identifier is a sequence of characters taken from the C++ character set. The rules for the formation of an identifier are:
|
|