0
In C Format specifier for string?
Why we dont need format specifier for string but for numbers and character. Example : printf("hello world");
2 Respostas
+ 4
because first argument of printf expect a string... and no more arguments if string doesn't contains format specifier ^^