answersLogoWhite

0

A structure is a collection of variables referenced under one name, providing a convenient means of keeping related information together. A structure declaration forms a template that may be used to create structure objects (that is, instances of a structure). The variables that make up the structure are called members. (Structure members are also commonly referred to as elements or fields).

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

Basic control structure available in c plus plus?

The basic control structure in C++ is the if statement.


What is the name of the structure type in C plus plus?

The same as in C, struct.


Do I need structure of turbo c plus plus?

Yes.


What is definition of employee code in c plus plus?

la la land


What is the difference between declaration and a definition in c plus plus?

A declaration is an incomplete type whereas a definition is a complete type.


What is the price of the book data structure using c and c plus plus by tanenbaum?

225 Rs. after discount........


What is the technical definition of architecture?

a squared plus b squared is c squared


Can you give an example of a structure in C plus plus?

struct point { int x; int y; };


Definition of Looping in c and c plus plus?

Looping means you repeat a particular procedure a specified number of times or until a defined condition is met.


What is the general structure of a C plus plus Language?

The central feature of any C++ program is classes which can be used to express ideas directly in code.


When matching each problem (term) with its sum or difference (definition). Match Term Definition 4.23 plus 16.21 A) 26.09 42.3 plus 1.621 B) 43.921 4.23 and minus 1.621 C) 20.44 42.3 and minus 16.21 D?

The term "4.23 plus 16.21" matches with definition A) 26.09. The term "42.3 plus 1.621" matches with definition B) 43.921. The term "4.23 and minus 1.621" matches with definition C) 20.44. The term "42.3 and minus 16.21" matches with definition D.


What is the definition of 'nested' in C programming?

In C a structure within a structure is called nested. For example, you can embed a while loop in another while loop or for loop in a for loop or an if statement in another if statement.