2. Answer TRUE if the expression will return non-zero and FALSE if not. Evaluate usingthe following declarations:char c = ‘C’, m = ‘?’, i = ‘t’, b = ‘5’;a. isdigit(b); _______________________________b. isalpha(c); _______________________________c. isspacee(m); _______________________________d. isupper(c); _______________________________e. isalnum(b); _______________________________f. ispunct(m); _______________________________g. islower(i); _______________________________h. isupper(c); _______________________________i. isalnum(b); _______________________________j. islower(i); _______________________________
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here