Answers for "string in"

C
0

how to use \ in a string

var x = "The character \\ is called backslash.";

Code	Result
\b	Backspace
\f	Form Feed
\n	New Line
\r	Carriage Return
\t	Horizontal Tabulator
\v	Vertical Tabulator
Posted by: Guest on February-17-2021

Code answers related to "C"

Browse Popular Code Answers by Language