+ 6
Review the pointers section of the c course. https://www.sololearn.com/learn/C/2933/?ref=app
17th Apr 2019, 9:36 AM
jay
jay - avatar
+ 4
a and b are pointers to integers which means that they are varaiables that contain the addresses of integer variables.
17th Apr 2019, 9:57 AM
Sonic
Sonic - avatar