CodePudding
Home
front end
Back-end
Net
Software design
Enterprise
Blockchain
Mobile
Software engineering
database
OS
other
Home
>
database
> C language worry why type apple is wrong
C language worry why type apple is wrong
Time:10-10
#include
#include
Void fun (char [] a)
{
int i,j;
I=strlen (a);
For (j=I - 1; J>=0; J -)
Printf (" % c ", a [j]);
}
Int main ()
{
Char a, [50].
Printf (" please enter the string: \ n ");
Gets (a);
Fun (a);
return 0;
}
Page link:
https//www.codepudding.com/database/59894.html
Prev:
The first day of learning to program - build python environment
Next:
The database of common sense
Tags:
problems
Related
Links:
CodePudding