printf function requires a string literal as the format argument. Using a character pointer is not accepted as string literal by some compilers.
printf function requires a string literal as the format argument. Using a character pointer is not accepted as string literal by some compilers.