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 is enum in objective c?
What is objective point of view?
Is a fact objective?
How do you write an objective summary?
What is a category in objective c?
Mention what is the primary use of the category in the objective-c?
How do you write an objective statement?
Is c++ similar to objective c?
Explain when to use nsarray and nsmutablearray. Which one is faster and threadsafe?
Ns object is a parent class or derived class?
What is the difference between category and extension in objective c?
What are the differences between copy and retain?