Pink_Flower
Junior Member
- Joined
- Apr 15, 2020
- Member Type
- Student or Learner
- Native Language
- Persian
- Home Country
- Iran
- Current Location
- United States
int* x;
int *x;
Those are some computer programming language instructions. I want to know what is the location of asterisk sign in both instructions? i mean for example in the first one, the asterisk sign is beside 'int' or in front of 'int'? how about the second one?
Thank you.
int *x;
Those are some computer programming language instructions. I want to know what is the location of asterisk sign in both instructions? i mean for example in the first one, the asterisk sign is beside 'int' or in front of 'int'? how about the second one?
Thank you.