I\'m attempting to learn C and already I\'ve run into an issue. I assume its trivial but I need to know it. I have written:
#include #include
When using printf, the format string is better be a string literal and not a variable:
printf("%s", str_a);