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

What are pointers in C? Give an example where to illustrate their significance.

737


List out few of the applications that make use of Multilinked Structures?

1269


Function calling procedures? and their differences? Why should one go for Call by Reference?

622


What is the function of this pointer?

657


In the DOS enveronment, normal RAM that resides beyond the 1mb mark. a) expanded memory b) swapped memory c) Extended memory d) none

700






What is data type long in c?

612


When should a type cast be used?

569


What is declaration and definition in c?

515


Which is not valid in C a) class aClass{public:int x;}; b) /* A comment */ c) char x=12;

601


Explain what happens if you free a pointer twice?

602


What is the difference between a string and an array?

699


What is the difference between array and pointer in c?

566


Write a program to reverse a linked list in c.

632


What is meant by realloc()?

662


What’s the special use of UNIONS?

648