Computer Science, asked by someone778, 2 months ago

Which command is used to check condition in c++ ?

Answers

Answered by krishika24268
1

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). C++ does not allow punctuation characters such as @, $, and % within identifiers. C++ is a case-sensitive programming language.

Similar questions