Question: a program that creates a C++ static array of characters of length 10, populates the elements of the array with random characters and then prints
a program that creates a C++ static array of characters of length 10, populates the elements of the array with random characters and then prints the message "an alphabet found in the array" if the array contains at least one alphabet and prints the message "No alphabet found in the array" if the array does not contain any alphabet. For random characters consider only those characters whose ASCII code is in the range [33, 126] in decimal.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
