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
what is woransient key word? how it is used in java
what is the use MDM(Master Data Management)and meaning
Write a shell program to test whether a given year is leap year or not ?
Explain the types of operations? Draw the figure for shift and rotate operations?
What is dialog programming?
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?
what are all the validation we need to perform in data stage?
Differevce between arrays and array builders?
Write a program to reverse a number?
How to get the index of the clicked field in reports in ABAP?
details description on this mantis? who is founder of this mantis?
Can any one give an example (Source Code) on virtual function implemetation in Java?
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?
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.)
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)