What is the printf command to make a vertical tab in C?

Status
Not open for further replies.

firipu

Newbie level 4
Joined
Oct 30, 2007
Messages
5
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,306
can anyone tell me what is the printf command to make a horizontal tab
for C
sorry
it was vertical tab
 

Re: horizontal tab

printf("\t");
Example:
printf( "one ==\t%d\ntwo ==\t%d\nthree ==\t%d\n", one, two, three );

I believe.
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…