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?

Answer Posted / vignesh1988i

an array ia an homogenous collections of same data types
which occupies continues memory locations .......

Is This Answer Correct ?    166 Yes 31 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is an identifier?

1036


What does c in a circle mean?

1081


What is volatile keyword in c?

1037


Is fortran faster than c?

1046


What is a rvalue?

1205


What is 2c dna?

1083


How do we declare variables in c?

1070


Explain how do you view the path?

1178


Write a program in "C" to calculate the root of a quadratic equation ax^2+bx+c=0, where the value of a,b & c are known.

2238


Can a variable be both constant and volatile?

1127


Hi can anyone tell what is a start up code?

2085


What is the difference between single charater constant and string constant?

1095


What is the purpose of the following code? Is there any problem with the code? void send(int count, short *to, short *from) { /* count > 0 assumed */ register n = (count + 7) / 8; switch (count % 8) { case 0: do { *to = *from++; case 7: *to = *from++; case 6: *to = *from++; case 5: *to = *from++; case 4: *to = *from++; case 3: *to = *from++; case 2: *to = *from++; case 1: *to = *from++; } while (--n > 0); } }

2505


What does the error 'Null Pointer Assignment' mean and what causes this error?

1225


What does static variable mean in c?

1112