1.

Explain Struct?

Answer»

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.

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.



Discussion

No Comment Found