what is an array

Answer Posted / jyoti

An Array is a Drived 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

Why do we use main function?

627


What are the types of c language?

549


if p is a string contained in a string?

1399


What is sizeof int?

629


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

2213






Under what circumstances does a name clash occur?

684


What are the preprocessor categories?

632


What is a substring in c?

581


Explain how do you list files in a directory?

610


Explain data types & how many data types supported by c?

578


How do you print an address?

736


Is main is a keyword in c?

602


Explain what is the benefit of using enum to declare a constant?

580


Explain what is gets() function?

620


Explain how do you search data in a data file using random access method?

687