
2. write a string function that determines if a string is a valid variable name in C++/C. Recall that valid names are only alphanumeric (A-20-9)except the first character cannot be a digit: bool isValidName (const char s) Show transcribed image text
Expert Answer
An answer will be send to you shortly. . . . .