Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


How to declare variable in objective c?



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

Post New Answer

More Objective-C Interview Questions

What is instancetype?

1 Answers  


What is a delegate objective c?

1 Answers  


Tell me something about objective-c blocks?

1 Answers  


Is c and objective c the same?

1 Answers  


What are nsautoreleasepool and how can we use them?

1 Answers  


Which class is used to establish a connection between applications to the web server?

1 Answers  


What is strong and weak in objective c?

1 Answers  


What is the difference between underscore and self (i.e self.xx and _xx) ?

1 Answers  


What is an example of category?

1 Answers  


Can you use objective c in swift?

1 Answers  


How do you define a protocol?

1 Answers  


Is objective c object oriented?

1 Answers  


Categories