错误:搜索内容不能为空,请输入英文关键词
错误:关键词超出字数限制,请精简
高级检索

Structures

  • Orhan Gazi

摘要

In this chapter, we explain structure data type. Structures are used to write more professional C codes. It may be difficult to write C programs only using primary data types such as int, float, and double for some applications. However, using structures these programs can be written in a more systematic and easier manner. Structures can be considered as boxes or bundles holding a number of variables belonging to the same or different data types.