adspace


what is structuer?

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


Please Help Members By Posting Answers For Below Questions

What is variable initialization and why is it important?

1404


How do you convert strings to numbers in C?

1351


In C programming, how do you insert quote characters (‘ and “) into the output screen?

1625


The % symbol has a special use in a printf statement. How would you place this character as part of the output on the screen?

1363


Explain the difference between null pointer and void pointer.

1165


What is the general form of a C program?

1107


swap 2 numbers without using third variable?

1216


develop algorithms to add polynomials (i) in one variable

2268


Do you know the difference between malloc() and calloc() function?

1144


Differentiate between null and void pointers.

1268


List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.

2836


What are pointers? What are different types of pointers?

1274


What is pointer to pointer in c with example?

1203


write a program to find out prime number using sieve case?

2182


ATM machine and railway reservation class/object diagram

5343