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


Please Help Members By Posting Answers For Below Questions

State the difference between x3 and x[3].

663


What are the modifiers available in c programming language?

753


while loop contains parts a) initialisation, evalution of an expression,increment /decrement b) initialisation, increment/decrement c) condition evalution d) none of the above

756


Differentiate between the = symbol and == symbol?

728


Why static variable is used in c?

574






Wt are the Buses in C Language

2765


What is the size of enum in c?

631


What is switch in c?

658


Some coders debug their programs by placing comment symbols on some codes instead of deleting it. How does this aid in debugging?

666


What is the difference between constant pointer and constant variable?

758


What is auto keyword in c?

797


What is the difference between Printf(..) and sprint(...) ?

798


Why is structure important for a child?

612


What does %d do?

737


pgm to find any error in linklist(in single linklist check whether any node points any of previous nodes instead of next node)

2208