adplus-dvertising
frame-decoration

Question

You define a structure type globally because

a.

you save many lines of code by not rewriting an identical structure definition in each function that uses it

b.

you will never change its definition

c.

it is required in C++

d.

all of the above

Answer: (a).you save many lines of code by not rewriting an identical structure definition in each function that uses it

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. You define a structure type globally because