Home > Back-end >  Bosses see trouble
Bosses see trouble

Time:10-29

I just learn C language is a small white, could you tell me the bosses in the second picture why not ah,

CodePudding user response:

Stdio.h and stdio, h is not the same

CodePudding user response:

Printf () does not support the second figure

CodePudding user response:

refer to the second floor CHXCHXKKK response:
printf () does not support the second figure such

Thank you bosses you thank you thank you

CodePudding user response:

The header file of questions:
The second picture you can write
Printf (" \
* * * * * * \ n \
* * * * * * * \ n \
* * * * * * * \ n "
);

As per the best written \ as a line of fit inside the marker symbols

CodePudding user response:

A string literal cannot wrap, but so to write:
 
Printf (
"\ n * * * * *"
"\ n * * * * *"
"\ n * * * * *"
"\ n * * * * *"
);

CodePudding user response:

How a space.h
  • Related