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 is typedef example?
Is main is a keyword in c?
What is the auto keyword good for?
Explain the difference between strcpy() and memcpy() function?
Should I learn data structures in c or python?
Can you please explain the scope of static variables?
What are different storage class specifiers in c?
What does the error 'Null Pointer Assignment' mean and what causes this error?
Devise a program that inputs a 3 digit number n and finds out whether the number is prime or not. Find out its factors.
What is the value of uninitialized variable in c?
hi, which software companys will take,if d candidate's % is jst 55%?
Write a program to generate the Fibinocci Series
Difference between Function to pointer and pointer to function
Tell us two differences between new () and malloc ()?
Did c have any year 2000 problems?