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
In which header file is the null macro defined?
What is the difference between class and object in c?
Implement bit Array in C.
Hi can anyone tell what is a start up code?
What is scope of variable in c?
Why double pointer is used in c?
How is actual parameter different from the formal parameter?
Explain how do you determine the length of a string value that was stored in a variable?
What is c basic?
How does #define work?
What is Dynamic memory allocation in C? Name the dynamic allocation functions.
Is sizeof a keyword in c?
Which control loop is recommended if you have to execute set of statements for fixed number of times?
What is optimization in c?
show how link list can be used to repersent the following polynomial i) 5x+2