How to print string in objective c?
Answer / Varun Kumar Gupta
To print a string in Objective-C, you can use NSLog or printf. For example:nNSLog(@"Hello, World!"); or printf("Hello, World!
");
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the 5 performance objectives?
What is responder chain?
What is the difference between a script and function?
Does copy increase retain count?
what is gcd? What are advantages over nsthread?
What is the difference between polymorphism and abstraction?
Does a thread created using performselectorinbackground:withobject: creates its own autorelease pool?
When to use nsautoreleasepool??
What does the m mean in xcode?
What is method swizzling in objective c and why would you use it?
What are static attributes?
Which is better swift or objective c?