Printf
function with format specifiers error handling and optimiztion %d: Format as a signed decimal integer. %u: Format as an unsigned decimal integer. %f: Format as a floating-point number. %s: Format as a null-terminated string. %c: Format as a character. %x: Format as a hexadecimal number, lowercase. %X: Format as a hexadecimal number, uppercase.