answersLogoWhite

0

A structure is a collection of variables under a single name. These variables can be of different types, and each has a name which is used to select it from the structure. A structure is a convenient way of grouping several pieces of related information together.

A structure can be defined as a new named type, thus extending the number of available types. It can use other structures, arrays or pointers as some of its members, though this can get complicated unless you are careful.

syntax:

struct struct_name{ structure_member };

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

Why C language is middile language?

If you meant 'middle', then it is a mistake; C is a high-level language.


Is 'c' is a oops language?

If you meant 'C++' then yes; otherwise no.


What is meant by fragmentation in c language?

sd


What is meant by format in c language?

Nothing.


Call by function in c language?

I guess you meant the following:'In C language, when you call a function,the parameters are passed by-value.'


How do you create booking form in c language?

using structures and classes


Why you use C language in electronic engineering?

C is a structured language. Controlled structures used in electronic engineering can be programmed well by C. C++ and C sharp are also used sometimes.


Is 'c' a structured language?

Yes, in C, you can use the standard programming structures (sequence, selection, repetition).


What is meant by pointers in c language?

Variables (or constants) that contain addresses.


What do you think is the better type of language for writing complex data structures?

structured programming language ex:c,c++


What has the author M Main written?

M. Main has written: 'Data structures & other objects using C++' -- subject(s): C++ (Computer program language), Data structures (Computer science), Object-oriented programming (Computer science) 'Data structures and other objects using Java' -- subject(s): Java (Computer program language), Data structures (Computer science) 'Data structures & other objects using C++' -- subject(s): C++ (Computer program language), Data structures (Computer science), Object-oriented programming (Computer science)


What has the author Thomas Plum written?

Thomas Plum has written: 'Learning to program in C' 'Efficient C' 'Reliable data structures in C' -- subject(s): C (Computer program language), Data structures (Computer science)