what is an array

Answer Posted / nekkanti rajesh

an array is a collection of elements of a single data type
stored in adjacent


<data_type><variable_name>[<dimension_size>];
ex:

int arr[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 difference between c++ and c ++ 14?

733


What is a binary file? List the merits and demerits of the binary file usagein C++.

897


What are the comments in c++?

724


Describe private, protected and public – the differences and give examples.

745


To which numbering system can the binary number 1101100100111100 be easily converted to?

753






Explain the static storage classes in c++.

864


What are the two types of comments, and how do they differ?

740


What is setbase c++?

781


Can we declare a base-class destructor as virtual?

706


What is c++ and its uses?

809


Which of the following is not a valid declaration for main() a) int main() b) int main(int argc, char *argv[]) c) They both work

784


What apps are written in c++?

757


Write a program which uses functions like strcmp(), strcpy()? etc

789


What is the c++ code?

722


What is a singleton class c++?

686