what is array?

Answer Posted / amitpratapsingh

array is the collection of similar elements or similar data type.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain function?

662


what is the diffrenet bettwen HTTP and internet protocol

1383


Is javascript written in c?

576


Is there any data type in c with variable size?

628


Write a program to find the biggest number of three numbers in c?

588






Explain how can I convert a string to a number?

643


What is a substring in c?

583


How do you sort filenames in a directory?

709


void main(){ int a; a=1; while(a-->=1) while(a-->=0); printf("%d",a); }

1255


What is scanf () in c?

658


What do you mean by keywords in c?

621


while initialization of array why we use a[][2] why not a[2][]...?

1862


Can you subtract pointers from each other? Why would you?

557


What are the 4 types of programming language?

578


How can I implement sets or arrays of bits?

601