Code:
char alphabet_string[CHAR_COUNT][26] = { 'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm', n', 'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z', '\0' };
Please, pseudo code, or is it possible inside a for loop, each letter of alphabet, 1 for a and 26 for z, inside a for loop, returning the int or a data type variable. Thanks.