what is difference between array and structure?
Answer Posted / rajkumars
Array:Static memory allocation.
It uses the subscript to access the array elements.
Structure:Dynamic memory allocation.
It uses the dot(.)operator to access the structure
members.
| Is This Answer Correct ? | 460 Yes | 48 No |
Post New Answer View All Answers
How will you declare an array of three function pointers where each function receives two ints and returns a float?
What is hash table in c?
Write a program to find factorial of a number using recursive function.
HOW TO SOLVE A NUMERICAL OF LRU IN OS ??????
What is the use of bit field?
Why cant I open a file by its explicit path?
differentiate built-in functions and user – defined functions.
What is the use of bitwise operator?
will u please send me the placement papers to my mail???????????????????
Do you have any idea how to compare array with pointer in c?
Why is c still so popular?
Is there any algorithm to search a string in link list in the minimum time?(please do not suggest the usual method of traversing the link list)
What are types of structure?
Which is not valid in C a) class aClass{public:int x;}; b) /* A comment */ c) char x=12;
illustrate the use of address operator and dereferencing operator with the help of a program guys plzzz help for this question