Saved Bookmarks
| 1. |
Why structure is used in C? |
|
Answer» Structure is a user-defined datatype in C language which allows us to COMBINE data of DIFFERENT types together. Structure helps to CONSTRUCT a complex data type which is more MEANINGFUL. It is somewhat similar to an Array, but an array holds data of similar type only. ... In structure, data is stored in form of records. Explanation: i hope it will help youGive thanksplease make me as brianleaist |
|