C
Programming and Technical
output?
Q. What is a structure?
A. Structure is a collection of heterogeneous (i.e. related data items which can be of different types) held together to a single unit. The data items enclosed within a structure are called its members which may be of data type int, float, char, array etc.
Read Solution (Total 0)
C Other Question