How to print string in objective c?



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

Post New Answer

More Objective-C Interview Questions

What is enum in objective c?

1 Answers  


What is objective point of view?

1 Answers  


Is a fact objective?

1 Answers  


How do you write an objective summary?

1 Answers  


What is a category in objective c?

1 Answers  


Mention what is the primary use of the category in the objective-c?

1 Answers  


How do you write an objective statement?

1 Answers  


Is c++ similar to objective c?

1 Answers  


Explain when to use nsarray and nsmutablearray. Which one is faster and threadsafe?

1 Answers  


Ns object is a parent class or derived class?

1 Answers  


What is the difference between category and extension in objective c?

1 Answers  


What are the differences between copy and retain?

1 Answers  


Categories