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 do you mean by an array ? explain with an example

Answer Posted / leena vishwakarma

Array is a group of data elements having same data types under a common variable name....

Syntax:- Data type variable name[size];
Exa:- int a[10]....
Breket me di gayi number array Ki size batata or computer utne hi elements ke liye space reserve karta h....

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is woransient key word? how it is used in java

2442


what is the use MDM(Master Data Management)and meaning

2471


Write a shell program to test whether a given year is leap year or not ?

2735


Explain the types of operations? Draw the figure for shift and rotate operations?

3382


What is dialog programming?

2101


what is the difference between SCAN AND CHECK,LOKUP AND XFOOT? where we can use thease opcodes? Can any body tell me real time senariao with example?

2613


what are all the validation we need to perform in data stage?

2474


Differevce between arrays and array builders?

2189


Write a program to reverse a number?

1243


How to get the index of the clicked field in reports in ABAP?

1741


details description on this mantis? who is founder of this mantis?

2185


Can any one give an example (Source Code) on virtual function implemetation in Java?

2057


SAS question: I have 50 fils a1,a2,...,a50. the primary key is upc. then if i want to merge all 50 files, the code is as follows, data test; merge a1 ... a50; by upc; run; we know that writing all 50 files name is time consuming, is there any standard format of this code?

1998


You are given a dictionary of all valid words. You have the following 3 operations permitted on a word: delete a character, insert a character, replace a character. Now given two words - word1 and word2 - find the minimum number of steps required to convert word1 to word2. (one operation counts as 1 step.)

1121


When you deliver your C++ headers and C++ library of a class (what all can you change in the class so that application using your class does not need to recompile the code)

1236