Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


what is array?

Answers were Sorted based on User's Feedback



what is array?..

Answer / raja

an array is collection of similar data types, and it
occupies the memory in a sequence of order

Is This Answer Correct ?    6 Yes 4 No

what is array?..

Answer / siva

we can use more than one variable

Is This Answer Correct ?    4 Yes 2 No

what is array?..

Answer / durga

Array is a group of elements of same data type.
Elements are identified by subscript or indexed.
Java follows zero(0) based indexing.
Name of the array points to the base element of the first array.
Array elements are stored continiously.
All the array elements sharing the common name.
It is an derived data type.

Is This Answer Correct ?    2 Yes 0 No

what is array?..

Answer / kalidasan

Array is a object, it will allow to store multiple values in
one variable.

Is This Answer Correct ?    3 Yes 2 No

what is array?..

Answer / uzair

Array is a collection of similar data types.

Is This Answer Correct ?    1 Yes 0 No

what is array?..

Answer / akash

array is a collecation of elments

Is This Answer Correct ?    1 Yes 0 No

what is array?..

Answer / 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

what is array?..

Answer / shikha

array is a homogeneous and similar data type.

Is This Answer Correct ?    1 Yes 0 No

what is array?..

Answer / dhaval patel

An Array is a collection of variables of the same type that
are refered to through a common name.

Is This Answer Correct ?    1 Yes 0 No

what is array?..

Answer / saroj kumar manik

array is collection of data element in hierchical way in
computer memory.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More C Interview Questions

What is a void pointer? When is a void pointer used?

0 Answers   Aspire, Infogain,


study the code: #include<stdio.h> void main() { const int a=100; int *p; p=&a; (*p)++; printf("a=%dn(*p)=%dn",a,*p); } What is printed? A)100,101 B)100,100 C)101,101 D)None of the above

15 Answers   Accenture, TCS,


what will be the output for the following main() { printf("hi" "hello"); }

5 Answers   RoboSoft,


What is that continue statement??

4 Answers  


Stimulate calculators to perform addition,subtraction,multiplication and division on two numbers using if/else statement?

1 Answers   IBM,


YBJBU6

1 Answers  


What is sizeof array?

0 Answers  


What is the difference between functions getch() and getche()?

0 Answers  


The C language terminator is a.semicolon b.colon c.period d.exclamation mark

6 Answers   TCS,


What is the memory allocated by the following definition ? int (*x)[10];

4 Answers   ADITI, Wipro,


What is Your Name :)

1 Answers  


Explain what is the best way to comment out a section of code that contains comments?

0 Answers  


Categories