what is array?

Answer Posted / vikas thakur

array is acollection of same data type element which is
stored in cosecutive memmory

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

given post order,in order construct the corresponding binary tree

2321


When should the register modifier be used? Does it really help?

607


Are there constructors in c?

590


What does char * * argv mean in c?

621


List the difference between a While & Do While loops?

631






What is quick sort in c?

577


void main(int n) { if(n==0) return; main(--n); printf("%d ",n); getch(); } how it work and what will be its output...............it any one know ans plz reply

2220


Write a program to swap two numbers without using the third variable?

591


What is new line escape sequence?

805


Can we replace the struct function in tree syntax with a union?

774


Can you assign a different address to an array tag?

696


What is an array? What the different types of arrays in c?

653


How can I do peek and poke in c?

617


Explain how do you determine the length of a string value that was stored in a variable?

666


What is the deal on sprintf_s return value?

639