Home > Back-end >  C
C

Time:10-07

For each great god help little brother solution

CodePudding user response:

The basic problem, do your own
1
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 say
The 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
reference 3 floor response:
print (" r=% d, ch=% c, voi=% f \ n ", r, ch, voi);
The right
used in Python

CodePudding user response:

printf