+ 2
What is the difference between 'horizontal tab" and "vertical tab" in backslash character constant in c programming??
2 odpowiedzi
+ 9
horizontal space \t
vertical space
\v
+ 3
Vertical tabs are better, when you have a lot of tabs, whereas horizontal tabs, can give a quick overview of a small number of tabs.