what is array?

Answer Posted / raj

Pointers and arrays are inseparably related, but they are
not synonyms for each other. Starting with this post, we
will look into one-dimensional array, it’s storage pattern,
how the array elements are accessed. And lastly, we look
into a new feature of C99: the variable length array.

Is This Answer Correct ?    0 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the output(s) for the following ? #include char *f() {char *s=malloc(8); strcpy(s,"goodbye")} main() { char *f(); printf("%c",*f()='A'); }

700


What the different types of arrays in c?

614


Wt are the Buses in C Language

2753


What does the c preprocessor do?

623


What are the 5 types of organizational structures?

550






How can I do serial ("comm") port I/O?

689


Is Exception handling possible in c language?

1585


What is difference between static and global variable in c?

539


how to build a exercise findig min number of e heap with list imlemented?

1613


How do you define a function?

583


I need a help with a program: Write a C program that uses data input in determining the whole of points A and a whole of circles B. Find two points in A so that the line which passes through them, cut through the maximum number of circles.

1498


What is identifier in c?

547


A SIMPLE PROGRAM OF GRAPHICS AND THEIR OUTPUT I WANT SEE WAHAT OUTOUT OF GRAPHICS PROGRAM

1699


Differentiate between null and void pointers.

633


Explain about the functions strcat() and strcmp()?

598