iOS Developer Question:

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.


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