adspace
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 variable initialization and why is it important?
How do you convert strings to numbers in C?
In C programming, how do you insert quote characters (‘ and “) into the output screen?
The % symbol has a special use in a printf statement. How would you place this character as part of the output on the screen?
Explain the difference between null pointer and void pointer.
What is the general form of a C program?
swap 2 numbers without using third variable?
develop algorithms to add polynomials (i) in one variable
Do you know the difference between malloc() and calloc() function?
Differentiate between null and void pointers.
List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.
What are pointers? What are different types of pointers?
What is pointer to pointer in c with example?
write a program to find out prime number using sieve case?
ATM machine and railway reservation class/object diagram