what is array?

Answer Posted / khamseum

array is a collection of data items of same datatype

Is This Answer Correct ?    63 Yes 17 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how to write a c program to print list of fruits in alpabetical order?

1789


What is the size of array float a(10)?

657


In which layer of the network datastructure format change is done

1433


What is the difference between mpi and openmp?

736


Can you explain what keyboard debouncing is, and where and why we us it? please give some examples

1657






How do you determine a file’s attributes?

602


Explain what is operator promotion?

637


how to find binary of number?

3439


What is the advantage of c?

611


What is main return c?

519


void main(int n) { if(n==0) return; main(--n); printf("%d ",n); getch(); } how it work and what will be its output...............it any one know ans plz reply

2226


How many keywords (reserve words) are in c?

621


What is c language in simple words?

595


Tell me what are bitwise shift operators?

658


Is the exit() function same as the return statement? Explain.

664