Answers for "format string is not a string literal"

0

format string is not a string literal

When using printf, the format string is better be a string literal and not a variable:

printf("%s", str_a);
Posted by: Guest on March-22-2021

Browse Popular Code Answers by Language