Answers for "how to multiply a 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 "C"

Browse Popular Code Answers by Language