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 |
What are the different types of identifiers?
How do I create a bridging header file?
What is thread safe function?
What is protocol with example?
What is the difference between a script and function?
What does mean in xcode?
Who invented objective c?
Can you use objective c in swift?
When will you use nsarray and nsmutablearray? Which one is faster?
Is closure a function?
What is difference between array and nsarray?
Why we use synthesize in objective c?