what does & sign mean when used in objective c for example?
int i = 1;
NSData *data = [NSData dataWithBytes:&i length:sizeof(i)];
what does & sign mean when used in objective c for example?
int i = 1;
NSData *data = [NSData dataWithBytes:&i length:sizeof(i)];