Antwort
You need to understand the format specifier in C language. The format specifiers helps the compiler to understand the data types and formats in the input or output stream. It is used with scanf() function while taking input and printf() function while printing the output.
The complete list of format specifier can be found here:
https://www.alphacodingskills.com/c/c-format-specifiers.php