which of the following is a correct identifier in cpp
Answers
Answered by
2
Explanation:
Identifiers in C++
The C++ identifier is a name used to identify a variable, function, class, module, or any other user-defined item. An identifier starts with a letter A to Z or a to z or an underscore (_) followed by zero or more letters, underscores, and digits (0 to 9).
Answered by
0
Answer:
Identifier in cpp is a name used to identify a variable,function or class.
Explanation:
Hope this helps
Kindly mark as brainliest please
Similar questions