Current location - Plastic Surgery and Aesthetics Network - Plastic surgery and medical aesthetics - What do %x %s %d %f %c and other output formats in the c process represent?
What do %x %s %d %f %c and other output formats in the c process represent?

%x represents output in hexadecimal format

%X (capital X) represents output in hexadecimal uppercase format

%s represents Output in string format

%d represents output in integer format

%f represents output in floating point format

%c represents character Format output

We still have to work hard!