+ 3
Its used for string of character
1st Jan 2021, 7:43 PM
Nilla
+ 1
It is string format specifier, for example if you want to output string using printf: printf("%s", string_variable); At least in C/C++.
1st Jan 2021, 7:25 PM
Michal Doruch
0
It is used to format a string or to print a string data type sequence in this placeholder.It was an old way to format input with string in c and still used in python.
1st Jan 2021, 7:21 PM
HBhZ_C
HBhZ_C - avatar