Current location - Plastic Surgery and Aesthetics Network - Plastic surgery and medical aesthetics - Programming, input a plastic, real, character and string data from the keyboard with scanf (), and then output it to the display with printf ().
Programming, input a plastic, real, character and string data from the keyboard with scanf (), and then output it to the display with printf ().
So simple! ! !

# include & ltstdio.h & gt

void main()

{ int a; Floating b; char c; char d[80];

Scanf("%d %f %c %s ",& i, & ampb & amp;; c,d);

printf("%d %f %c %s ",a,b,c,d);

}