Home > Back-end >  C + +
C + +

Time:09-17

Analysis and write the following program operation result,
4.1 (1)
# include & lt; Stdio. H>
The main ()

='a' char c1, c2='b', c3='c';
Printf (" a cc cb % % % c \ n ", c1, c2 and c3)
} (2)

CodePudding user response:

Understand the ASCII code,

CodePudding user response:

Operation type char will be promoted to int,

CodePudding user response:

You use this % is Chinese symbol, not %
  • Related