what is array?

Answer Posted / vijay

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 ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain a pre-processor and its advantages.

627


What is the use of ?

620


Which header file is essential for using strcmp function?

934


Why does notstrcat(string, "!");Work?

641


What is c preprocessor mean?

787






Which control loop is recommended if you have to execute set of statements for fixed number of times?

808


What is the basic structure of c?

554


What are pointers?

629


What is the difference between a function and a method in c?

558


What are the salient features of c languages?

622


code for quick sort?

1619


largest Of three Number using without if condition?

1005


What is null in c?

597


FILE *fp1,*fp2; fp1=fopen("one","w") fp2=fopen("one","w") fputc('A',fp1) fputc('B',fp2) fclose(fp1) fclose(fp2)} a.error b. c. d.

1198


What is the difference between near, far and huge pointers?

628