I have 2 dimensional array with having 100 elements. So how
to find the 11th item in an array?
Answer Posted / sreejith
index
0 1 2 3 4 5 6 7 8 9
0 |
1-this is 11 th item in array
2
3
4
5
6
7
8
9
that is arrymame(1,0)=11th item
| Is This Answer Correct ? | 13 Yes | 7 No |
Post New Answer View All Answers
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
Write a program to explain size error.
Can we change the password using ALTER? anyone tried and changed?
Write a program to enter and display the names of students in a class using the occurs clause.
Explain how to differentiate call by context by comparing it to other calls?
How to know whether the module is dynamical or statistical?
Can you please let me know the centre name of INS certification in Kolkata.
Why would you use find and get rather than to obtain?
) How do u handle errors in BMS macro
what is search and searchall?what is the diffrence between them?give an best example?
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
A table has two indexes defined. Which one will be used by the SEARCH?
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic