Answers for "How to make a multiline string in C"

C
0

How to make a multiline string in C

char* my_str =
  "Here is the first line.\n"
  "Here is the second line.";
Posted by: Guest on October-02-2021

Code answers related to "How to make a multiline string in C"

Code answers related to "C"

Browse Popular Code Answers by Language