what is difference between array and structure?
Answer Posted / priya
Array is used to store large set of data with same data
type.But structure allows you to wrap one or more variables
with different data type.
| Is This Answer Correct ? | 11 Yes | 1 No |
Post New Answer View All Answers
In which header file is the null macro defined?
Is array a primitive data type in c?
What are header files and what are its uses in C programming?
How can you read a directory in a C program?
How can you access memory located at a certain address?
What are 'near' and 'far' pointers?
what is diffrence between linear and binary search in array respect to operators?what kind of operator can be used in both seach methods?
What is pragma in c?
Is the exit() function same as the return statement? Explain.
How can I read in an object file and jump to locations in it?
Can the sizeof operator be used to tell the size of an array passed to a function?
What is New modifiers?
How to find a missed value, if you want to store 100 values in a 99 sized array?
What is function what are the types of function?
What is the difference between typedef struct and struct?