C++ select random letter from the alphabet code example Example: c++ generate random char char cch = 'a' + rand()%26;