what is array?

Answer Posted / rahamatulla

Array is collectioan of homogenius data types which stored
in memory allocation

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can I read/write structures from/to data files?

546


What is the advantage of using #define to declare a constant?

617


Explain how does flowchart help in writing a program?

627


Devise a program that inputs a 3 digit number n and finds out whether the number is prime or not. Find out its factors.

664


What is the best way of making my program efficient?

565






How can you check to see whether a symbol is defined?

586


Can we declare a function inside a function in c?

583


Q.1 write a program to create binary tree 1 to 16 numbers? Q.2 write a program to creat a binary search tree for the member that is given by user?

2052


Where are some collections of useful code fragments and examples?

713


exit () is used to a) exit () terminates the execution of the program itself b) exit () terminates the execution of the loop c) exit () terminates the execution of the block d) none of the above

657


What are the functions to open and close file in c language?

725


int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;

1124


What is identifier in c?

540


What are local static variables? How can you use them?

644


What are different types of pointers?

562