I\'m coming from an Objective-C background and am trying to expand my knowledge in C. One thing has me confused, however, and that\'s the difference between pointers in C and O
It's always a good idea to define each variable on its own line. The when you rewrite your initial objective-с code like
NSString* string = @"Caramel coffee"; NSString* stringPointer;
many things become clear.