Question: /hat is the output? char str1[]= Fun With Characters!!!; bool a; bool b; char c; a=isspace(str1[8]); b=salpha(str1[4]); tolower (str1[4]); c =str1[2]; if(a && b) {
![/hat is the output? char str1[]= "Fun With Characters!!!"; bool a;](https://dsd5zvtm8ll6.cloudfront.net/si.experts.images/questions/2024/09/66f14ab03ad35_32766f14aafb6696.jpg)
/hat is the output? char str1[]= "Fun With Characters!!!"; bool a; bool b; char c; a=isspace(str1[8]); b=salpha(str1[4]); tolower (str1[4]); c =str1[2]; if(a \&\& b) \{ printf(%s",str1); \} else \{
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
