161k views
5 votes
Given the char variable c, write an expression that is true if and only if the value of c is not the space character .

User Ryan Siu
by
7.2k points

1 Answer

2 votes
if( c != ' ' )
/*Do something*/
User Armance
by
8.4k points

No related questions found