CodePudding user response:
The basic problem, do your own1
Have nothing to say
The second question is a pit, which is the title of teacher out garbage!
printf (" ch=% c \ n "); this is less parameter
Printf (" ch=% c \ n ", ch); Modeled on the writing, and put the % c is in an output format
The third topic
Almost every line is wrong, slowly change
To learn it yourself, can't read, also do not put your own code to ask questions
CodePudding user response:
The first question really have nothing to sayThe second problem is % c to integer d
Printf (" ch=% c \ n "); The less the parameters - the fun right
The third topic
Int main ()
{
Int r=5;
Char ch='A';
Double voi=1.5;
Print (r=% d ", ch=% c, voi \ n=% f ", r, ch, voi);
return 0;
}
Useful to points, give me more
CodePudding user response:
Print (r=% d ", ch=% c, voi \ n=% f ", r, ch, voi);The right
CodePudding user response:
Fun