In C++, some of the following are legal identifiers.
In C++, some of the following are legal identifiers. Which? (Choose 2 right answers) Select one or more: a. Xyz b. xy_z c. 9xyz d. xyz! e. X+yz The Correct Answer and Explanation is: Correct answers: Explanation: In C++, identifiers are the names used to identify variables, functions, arrays, classes, and other user-defined elements. There […]
In C++, some of the following are legal identifiers. Read More »