what is array?

Answer Posted / balu

array is a collection of variables with similar data type;
syntax: data type array name[size];
example: int a[5];

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 the use of parallelize in spark?

576


difference between object file and executable file

6096


What are the types of arrays in c?

624


what will be maximum number of comparisons when number of elements are given?

1410


What is the description for syntax errors?

616






What is printf () in c?

578


Is there any data type in c with variable size?

633


Why c is called top down?

629


Which is best book for data structures in c?

599


What is the easiest sorting method to use?

636


What is a sequential access file?

648


please explain every phase in the "SDLC" in the dotnet.

2180


Why is c so popular?

650


What is local and global variable in c?

618


Why do some versions of toupper act strangely if given an upper-case letter?

634