Hello!
The task is asked to display the name, in the field width of three characters longer than the length of the name. Programming language - si.
I can not understand how to implement it.
I tried:
printf("%",strlen(name)+3, "s\n", name);
Did more different ways - not a ride. Please explain how to implement.
Thank!
PS You can use only printf, scanf.