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
Please read the warning 'no format arguments' - i.e. no % in the string.
Try printf("%s", str_a);
printf("%s", str_a);