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 |
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?
What is an arrays?
explain memory layout of a C program
Where local variables are stored in c?
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
What are header files and what are its uses in C programming?
What is the memory allocated by the following definition ? int (*x)();
What is break in c?
What are the salient features of c languages?
C language questions for civil engineering
what is the difference between while and do while?