Current location - Plastic Surgery and Aesthetics Network - Plastic surgery and beauty - In c voice: "%d,&; F, \n, %2d, %f "What do these stand for?
In c voice: "%d,&; F, \n, %2d, %f "What do these stand for?
%d means to display the corresponding integer variable value &; F represents the address of the variable f, and most of them use \n to represent the newline character% 2d% MD. If it is less than m, the left space is filled.

%f indicates that the corresponding floating-point variable value is displayed in the corresponding position.