Computer Science - Object Oriented Programming Using C++ - Discussion

Discussion Forum : Object Oriented Programming Using C++ - Section 1 (Q.No. 37)
37.
You define a structure type globally because _____
you save many lines of code by not rewriting an identical structure definition in each function that uses it
you will never change its definition
it is required in C++
All of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
2 comments Page 1 of 1.

Rishabh said:   5 years ago
Please explain the answer in detail.

Pramod said:   1 decade ago
Because of we write the global data at the starting of the program so that the repetition of line is avoided.

Post your comments here:

Your comments will be displayed after verification.