iOS Question:
Download Job Interview Questions and Answers PDF
What is struct?
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 Question | Next Question |
Define fast enumeration? | Can you please explain the difference between NSArray and NSMutableArray? |