+ 2
char type?
Why i need C# char type? Only single caracter looks so useless. . .
2 Answers
+ 5
Here are some that may please you:
'\n', '\t', '\r', etc.
Also, '\0' is null character, one of the most important character!
+ 1
What if u want only one input for your program like say- Enter 'y' to confirm or 'n' to cancel. Eg. They are mainly used for delete operation with linux terminal. It want user to be sure that user is going to delete that file with his consent.