iOS Question:

What is struct?

Tweet Share WhatsApp

Answer:

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

Read All 44 iOS Questions
Previous QuestionNext Question
Define fast enumeration?Can you please explain the difference between NSArray and NSMutableArray?