Home > Back-end >  C language pointer
C language pointer

Time:09-19

In front of the line output statements, 9 PTR pointer add indirection operator why not?

CodePudding user response:

Why to want to add?

CodePudding user response:

String need not add

CodePudding user response:

refer to the second floor CHXCHXKKK response:
string need not add

The PTR that you already represent the content of the string? Is not the address of the string?

CodePudding user response:

% s is behind the first address of the string
  • Related