what is array?

Answer Posted / anandmayi

An array is a collection of homogenous data elements which are
stored in consecutive memory locations.Always address location
of array starts from 0.

Is This Answer Correct ?    143 Yes 24 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} wat would be the output??

1542


What is uint8 in c?

642


What is FIFO?

674


How macro execution is faster than function ?

666


What are the 4 types of organizational structures?

623






What are the basic data types associated with c?

816


c program for searching a student details among 10 student details

1654


What is a keyword?

745


What functions are in conio h?

658


What are linker error?

614


Why c is a mother language?

554


What is the function of multilevel pointer in c?

670


Explain what is the concatenation operator?

626


How can you avoid including a header more than once?

564


What is structure padding and packing in c?

619