SyntaxFix
Write A Post
Hire A Developer
Questions
You can also use the tab character '\t' to represent a tab, instead of "\t".
'\t'
"\t"
char c ='t'; char c =(char)9;