Home > Back-end >  Small white for this topic to read the program, analysis of the operation results of it. And then, t
Small white for this topic to read the program, analysis of the operation results of it. And then, t

Time:10-09

# include

Void main ()
{
Int a=2, b=6, c=8;
Float x=2. 3, y=3, 4, 4 z=- 8;
Unsigned into u=528875;
Long 1=128765;
Char cl='e', c2='f';
Printf (" a=% 2 d b=c=% d \ n % 2 d ", a, b, c);
Printf (" % x=8. 6 f, y=% 8. 6 f, z=% 8. 6 f \ n ", x, y, z);
Printf (" x + y=% 5. % 2 f y + z=5. 2 f z + x=% 4. 1 f \ n ", x + y, y + z, z + x);
Printf (" u=6 u % 1=% 91 d \ n ", u, 1);
Printf (" c1='% c' or % d (ASCII) \ n ", c1, c2);;
Printf (" c2='% c' or % d (ASCII) ", c2 and c2);;
}
  • Related