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;

/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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!