what is array?

Answer Posted / nitian gopal

Array is a collection of similar data, that occupies a
contiuous merory.
Syntax:
type arryname[size];
exm:
int roll[52];

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the size of a union variable?

604


Explain the use of 'auto' keyword in c programming?

685


what is the difference between class and unio?

1866


How can I sort more data than will fit in memory?

632


What do you mean by Recursion Function?

634






Explain how does flowchart help in writing a program?

636


What is c preprocessor mean?

797


What does struct node * mean?

605


What is a static function in c?

626


When should you not use a type cast?

661


Write the control statements in C language

656


Why do we use & in c?

595


Is there a way to switch on strings?

623


Write a C++ program to generate 10 integer numbers between - 1000 and 1000, then store the summation of the odd positive numbers in variable call it sum_pos, then find the maximum digit in this variable regardless of its digits length.

1574


How we can insert comments in a c program?

636