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 do you define a function?
Write a program that accept anumber in words
what is ur strangth & weekness
Who developed c language?
What is meant by int main ()?
How would you rename a function in C?
Hai,I have done with my bachelor of commerce and planing to ms,please suggest me how to convince vo for shifting from commerce to computers. Visa on 8 DEC 2014 Npu university
What is the difference between variable declaration and variable definition in c?
How can I access an I o board directly?
Write a code of a general series where the next element is the sum of last k terms.
Why is it important to memset a variable, immediately after allocating memory to it ?
Explain 'bit masking'?
Why & is used in scanf in c?
How many types of functions are there in c?
Why flag is used in c?