0
C language
I wrote this program,i want it takes a character then check thatâs a vowel letter , consonant letter , is a number or is the other things like &,+,... https://code.sololearn.com/cdSkolFevGAG/?ref=app
1 Answer
0
Braces matching missing.
And should use like 'A' not A ,
( b=='A' || b==' E' || b=='I' b=='O' || b=='U' )
if any errors, then reply...