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’s the contrast between active, inactive, not-running, background and suspended execution states?
How to check array contains value in objective c?
What is m file?
Explain immutable types in objective c programming language?
How do I create a bridge header in objective c?
Does objective c have pointers?
Is python static or dynamic?
What is class extension? Why do we require them?
What is a .m file?
Can we create dynamic classes in objective c?
Is objective c still used?
Why is objective c used?