What is array within structure?



What is array within structure?..

Answer / Prashant Kumar Singh

An array within a structure in C is called a structure array. It allows grouping several related variables together with named tags, and each instance of the structure can have its own arrays.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

Write a program that takes a 5 digit number and calculates 2 power that number and prints it.

5 Answers   TCS, Vimukti Technologies,


Can I pass constant values to functions which accept structure arguments?

2 Answers  


What is an arrays?

1 Answers  


explain memory layout of a C program

2 Answers  


Where local variables are stored in c?

1 Answers  


how do u find out the number of 1's in the binary representation of a decimal number without converting it into binary(i mean without dividing by 2 and finding out the remainder)? three lines of c code s there it seems...can anyone help

5 Answers  


What are header files and what are its uses in C programming?

1 Answers  


What is the memory allocated by the following definition ? int (*x)();

2 Answers   ADITI,


What is break in c?

1 Answers  


What are the salient features of c languages?

1 Answers  


C language questions for civil engineering

1 Answers   Tech Mahindra,


what is the difference between while and do while?

2 Answers  


Categories