iOS Developer Question: Download iOS Developer PDF

Explain usage of struct?

Tweet Share WhatsApp

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 PDF Read All 102 iOS Developer Questions
Previous QuestionNext Question
Tell me what is fast enumeration?What is a Collection?