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

Why is this loop always executing once?

0 Answers  


any limit on the number of functions that might be present in a C program a) max 35 functions b) max 50 functions c) no limit d) none of the above

0 Answers  


What is the result main() { char c=-64; int i=-32 unsigned int u =-16; if(c>i){ printf("pass1,"); if(c<u) printf("pass2"); else printf("Fail2");} else printf("Fail1); if(i<u) printf("pass2"); else printf("Fail2") } a)Pass1,Pass2 b)Pass1,Fail2 c)Fail1,Pass2 d)Fail1,Fail2 e)none

9 Answers   IBM,


What is false about the following A compound statement is a.A set of simple statments b.Demarcated on either side by curly brackets c.Can be used in place of simple statement d.A C function is not a compound statement.

5 Answers   CCEM, TCS,


How to implement a packet in C

0 Answers   Aricent,


how to exchnage bits in a byte b7<-->b0 b6<-->b1 b5<-->b2 b4<-->b3 please mail me the code if any one know to rajeshmb4u@gmail.com

3 Answers   Honeywell, Huawei,


Would you rather wait for the results of a quicksort, a linear search, or a bubble sort on a 200000 element array? 1) Quicksort 2) Linear Search 3) Bubble Sort

3 Answers  


Differentiate b/w Modify and Update commands giving example.

1 Answers  


What is typedf?

0 Answers  


Is it possible to pass an entire structure to functions?

0 Answers  


Why n++ execute faster than n+1 ?

2 Answers  


What is ambagious result in C? explain with an example.

0 Answers   Infosys,


Categories