iOS Developer Question:
Download Questions PDF

Explain usage of struct?

iOS Developer Interview Question
iOS Developer Interview Question

Answer:

struct is a Datatype in C Programming Language that enables encapsulation of other pieces of data into a single cohesive unit. It is similar to an object but in C Programming Language.

Download iOS Developer Interview Questions And Answers PDF

Previous QuestionNext Question
Tell me what is fast enumeration?What is a Collection?