Home > Back-end > C, c2059: syntax error '<' how to solve, can compile and run wrong
C, c2059: syntax error '<' how to solve, can compile and run wrong
Time:09-17
#include
Void main ()
{ Char c; Printf (" input a character "); C=getchar (); If (c<32) { Printf (" this is a control character \ n "); } Else if (c>='0' & amp; & C<='9') {printf (" this is a digit \ n "); } Else if (c>='A' & amp; & C<='Z') {printf (" this is a capital letter \ n "); } Else if (c>='a' & amp; & C<='z') {printf (" this is a small letter \ n "); } The else {printf (" this is an other character \ n "); } }
CodePudding user response:
Which bosses, have time to help go through self-study c, look for a long time not solve