what is the use of a array in c

Answer Posted / abeera amin

array are data structure in which identical data type are
stored.and have contiguous area of memory.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is struct node in c?

623


What is the advantage of using #define to declare a constant?

624


When is the “void” keyword used in a function?

840


What is a nested formula?

607


Can a variable be both constant and volatile?

563






main() { printf("hello"); fork(); }

698


What are the types of c language?

560


Why we use conio h in c?

588


diff between exptected result and requirement?

1596


Write a program to input the price of 1 burger and the number of burgers eaten by a group of friends .print the total amount to be paid by the group?

580


c language interview questions & answer

1463


What is the value of a[3] if integer a[] = {5,4,3,2,1}?

674


The % symbol has a special use in a printf statement. Explain how would you place this character as part of the output on the screen?

667


Explain what are header files and explain what are its uses in c programming?

629


What is the use of sizeof?

557