what is difference between array and structure?
Answer Posted / priya
Array have same data type and static memory allocation....
Structure have different data type and dynamic memory
allocation
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How can you pass an array to a function by value?
What is data structure in c and its types?
what is the different bitween abap and abap-hr?
What is the difference between specifying a constant variable like with constant keyword and #define it? i.e what is the difference between CONSTANT FLOAT A=1.25 and #define A 1.25
What are c identifiers?
provide an example of the Group by clause, when would you use this clause
What is a function in c?
Is there any demerits of using pointer?
What is an auto variable in c?
what is a function method?give example?
Write a program to print factorial of given number using recursion?
What are types of functions?
Is c weakly typed?
Why can’t we compare structures?
What is the difference between char array and char pointer?