Answer Posted / ashish
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.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What does dm mean sexually?
Explain modulus operator.
hi folks i m approching for h1 b interview on monday 8th of august at montreal and i m having little problem in my approval notice abt my bithdate my employer has made a mistake while applying it is 12th january and istead of that he had done 18 the of january do any body have any solution for that if yes how can i prove my visa officer abt my real birthdate it urgent please let me know guys thaks dipesh patel
I was asked to write a program in c which when executed displays how many no.of clients are connected to the server.
how could explain about job profile
What is the use of typedef in structure in c?
How to define structures? ·
Is this program statement valid? INT = 10.50;
What functions are used for dynamic memory allocation in c language?
regarding pointers concept
Write a program with dynamically allocation of variable.
Explain what is output redirection?
how to count no of words,characters,lines in a paragraph.
Explain what is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
Do array subscripts always start with zero?