+ 4
str is a string type, even with single character. isalpha() argument should be a single character. So pass by index like int alpha = isalpha(str[0]);
10th Feb 2023, 1:04 PM
Jayakrishna 🇼🇳