how to make a multiline string in c

Solutions on MaxInterview for how to make a multiline string in c by the best coders in the world

showing results for - "how to make a multiline string in c"
Isabella
14 Mar 2017
1char* my_str =
2  "Here is the first line.\n"
3  "Here is the second line.";
4
similar questions
queries leading to this page
how to make a multiline string in c