Can anyone tell me what is the symbol used for new line?
In the C language we use ' ' for new line. What do we use in Objective-C?
' '
is it same?
Objective-C is an extension of C. So ' ' works too in Objective-C.
2.1m questions
2.1m answers
60 comments
57.0k users