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 Question | Next Question |
Tell me what is fast enumeration? | What is a Collection? |