what is difference between array and structure?
Answer Posted / ajeet
Array is the collection of homogeneous data elements
whereas Structure is the collection of heterogeneous
data types elements.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Why c language is called c?
What is void main ()?
develop algorithms to add polynomials (i) in one variable
How to Throw some light on the splay trees?
How does placing some code lines between the comment symbol help in debugging the code?
Whats s or c mean?
When should a type cast not be used?
Give a one-line C expression to test whether a number is a power of 2. [No loops allowed - it's a simple test.]
What is the use of header?
What is a program flowchart and explain how does it help in writing a program?
If fflush wont work, what can I use to flush input?
What is scope of variable in c?
What is getche() function?
Can you assign a different address to an array tag?
What functions are used for dynamic memory allocation in c language?