W
W
Whomai2018-04-13 17:48:04
Programming
Whomai, 2018-04-13 17:48:04

Associations or structures?

Why do we need structures if there are associations? Why are unions needed?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
L
Lander, 2018-04-13
@usdglander

Are you seriously?
Structures - several fields of different types combined into one group.
Unions - one address space of several fields of different data types. That is, you can write the value to an integer variable, and read it as a string.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question