CodePudding
Home
front end
Back-end
Net
Software design
Enterprise
Blockchain
Mobile
Software engineering
database
OS
other
Home
>
Back-end
> Pointer to the problem
Pointer to the problem
Time:09-26
# include & lt; Stdio. H>
//# include & lt; String. H>
Int main (void)
{
Char a []="Boy".
Char * p=a;
Printf (" % s \ % c n, p, p [0]).//why printf (" % s \ % c n, p, p) % c and p cannot match first letter
return 0;
}
Page link:
https//www.codepudding.com/Backend/31912.html
Prev:
The encrypted a bunch of gibberish on the socket communication from c to nodejs why can't the n
Next:
Java client DELPHI server connection problem
Tags:
The C language
Related
Links:
CodePudding