+ 2
How can two words adjacent to each other be underlined separately in a C program while using printf statement?
Underlining in C
5 odpowiedzi
+ 8
Underlining is not part of standard textual output.
+ 5
Sonic that'd be a lot of space in between
+ 4
Looks like you can't do that
https://stackoverflow.com/q/29386552/9903084
+ 4
But I suppose you could use two lines of output and use underscores or hyphens in the line below to give the illusion of an underline.
+ 3
Infinity yes 😁