How to declare variable in objective c?
Answer / Himanshu Bhatnagar
In Objective-C, you can declare a variable using: `<type> <name>;` For example: `int myNumber;` or `NSString *myString;`
| Is This Answer Correct ? | 0 Yes | 0 No |
What is toll-free bridging? When is it useful?
What is atomic in objective c?
What is super in objective c?
What happens if you add your just created object to a mutable array, and you release your object?
What are the characteristics of the category?
Tell me something about objective-c blocks?
What is objective c?
What does alloc mean in objective c?
What is a selector objective c?
What is difference between nil and nill?
What are the delegate?
What is concept of property?