Join ExamsbookAnswer :
Whats a struct?5
Q: Whats a struct?
- Show Answer
- Workspace
Answer :
Explanation :
A struct is a special C data type that encapsulates other pieces of data into a single cohesive unit. Like an object, but built into C.