1.

Why do we need structure variables, once a structure is defined in program?

Answer»

Structure specification is merely a data type definition. Memory allocation does not take place during specification. To handle data, memory locations are needed. For memory allocation, variables are to be declared. Hence structure variable is essential for handling structured data in programs.



Discussion

No Comment Found