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
What are the application of c?
please send me the code for multiplying sparse matrix using c
What are void pointers in c?
What is dangling pointer in c?
Explain why c is faster than c++?
What are linker error?
Differentiate abs() function from fabs() function.
How to delete a node from linked list w/o using collectons?
What is an arrays?
What is getch() function?
Tell me what is null pointer in c?
Why is struct padding needed?
What are the modifiers available in c programming language?
What is the use of bit field?
pierrot's divisor program using c or c++ code