c++ test if character is single letter code example Example: isalpha c++ char test='a'; cout<<isalpha(test);