Can anyone tell me what is the symbol used for new line?
In the C language we use \'\\n\' for new line. What do we use in Objective-C?
\'\\n\'
is it sam
Objective-C is an extension of C. So '\n' works too in Objective-C.