Current location - Plastic Surgery and Aesthetics Network - Plastic surgery and medical aesthetics - The C language topics I and J here are a little incomprehensible.
The C language topics I and J here are a little incomprehensible.
1, I and j are two integer variables, I = 3, J = 5 (I and j are arguments), *p, *q and *r are pointer variables;

2.int * f (int *s, int *t) is a function, and * s and *t are the formal parameters of this function. The return value of this function is also a pointer variable; * p = & ampI, indicating that the address of variable I is assigned to * p; Similarly, the address of j is assigned to * q;;

3. The values of arguments can be passed to the formal parameters in the function, provided that the formal parameters are of the same type;

Note: the function of int *f(int *s, int *t) is to judge *s and * t if * s.

If my answer is helpful to you, do me a favor _, download an extremely fast version of today's headline from the mobile APP, and fill in the invitation code DG6WRVK. Thank you very much.