what is difference between array and structure?
Answer Posted / uttam kumar das
array= array is collection of similar data items
structure= structure is a collection of dissimilar data
items
| Is This Answer Correct ? | 18 Yes | 9 No |
Post New Answer View All Answers
what is the basis for selection of arrays or pointers as data structure in a program
can any one please explain, how can i access hard disk(physical address)? it is possible by the use of far,near or huge pointer? if yes then please explain......
There seem to be a few missing operators ..
What language is c written?
Explain what are the standard predefined macros?
What is file in c language?
What are integer variable, floating-point variable and character variable?
What is a nested loop?
What are the keywords in c?
What is the meaning of && in c?
Once I have used freopen, how can I get the original stdout (or stdin) back?
Give differences between - new and malloc() , delete and free() ?
What are local variables c?
How are 16- and 32-bit numbers stored?
How do we print only part of a string in c?