iOS Question:
Download Questions PDF

What is struct?

iOS Interview Question
iOS Interview Question

Answer:

A special C data type that encapsulates other pieces of data into a single cohesive unit. Like an object, but built into C.

Download iOS Interview Questions And Answers PDF

Previous QuestionNext Question
Define fast enumeration?Can you please explain the difference between NSArray and NSMutableArray?