What are the rules of variable?
Answer / Vidhu Sharma
"In Objective-C, variables must be declared with a type before they can be used. You should also follow naming conventions (see above) and declare variables at the start of a function or method. In addition, you need to assign a value to a variable before using it."
| Is This Answer Correct ? | 0 Yes | 0 No |
How does dispatch_once manages to run only once?
What are nsautoreleasepool? When to use them?
Explain the types of protocol?
What is an objective description?
How do you write an objective?
How to convert nsnumber to nsstring in objective c?
What are the types of ios binaries you can create using xcode?
What is difference between array and nsarray?
What does the objective c program fundamentally comprise of?
Is swift based on objective c?
What are nsautoreleasepool and how can we use them?
What is responder chain?