answersLogoWhite

0

Structures are handy if you have a certain set of types of information that will be used repeatedly. For example, a structure called 'address' might consist of the street number, the city, the zip code, the state, and the country. You could then create several instances of this structure, maybe for several employees or something. Each instance would have its own zip code, state, country variable etc.

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

What is structure and union?

Structure is a query that is used in language c++


How do you create modules in c language?

by using structure in c.........


Why you are use to c language?

I do use am a programmer, because C-language.


Why is c called a structured language?

a synonym for structure language in "Comb-sturctured" languages. C in comb.


What is the use of loader in c language?

There is no part called 'loader' in C language.


What data structure is used to represent graphs in c language?

A tree.


What is the program language c?

C is a pop language. C is a case sensetive language. C is motherof all language. C is block structure language. C is a high level language. C is advace of B language. C developed by D.richties in 1972 at AT & T Bell lab in USA. Sachin Bhardwaj 986854722 skbmca@gmail.com


How do you write a programme in c language using arrays to copy diagonal elements of a 2-d array into a 1-d array?

TO use a c language first step is to know about the c language and the steps to use the c progrmming language with the help of any elders or with the teachers. TO use the arrays you have to get th eknowledge of "c" language


What is the difference between c and c plus plus extension?

c language is the structure oriented language and c does not follows the object oriented paradigms . c++ obeys the all object oriented language characteristics ========== C++ is a set of extensions to the C language to allow some (not all) principles of object-oriented programming to be used. Originally, C++ was a front end pre-processor for C and C++ compilers will translate C language functions.


Which compiler you must use to run C language?

To run C language?! Your question makes no sense.


What is basic structure of file handling in c language?

open, read/write, close


What the difference between c and c plus plus?

The fundamental difference is that in C++ object-oriented programming (OOP) was added. C is a procedural language (that means. top-down structure design), where as C++, which is an extension of C itself, is an object oriented language.