What do you mean by an array ? explain with an example

Answer Posted / ramyathillainathan

An array is a fixed size sequenced collection of elements of the same data type. An array is  defined as group of   related data that share on common name.
for example:
  salary [10]
represent the salary of 10 th employee .

Is This Answer Correct ?    8 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how to convert the data from HTML file to SAS dataset?

2194


What do you understand by modular programming?

671


Can we write a method in JSP.If so how?

1472


when we use mantis? how learn mantis?

1693


how many types of operating system are avaliable?

1823






5.Call by value and Call by reference with program?

1836


iam confused to choose among testing, .net and java can anybody help me????????

1628


What is the difference between DECISION COVERAGE(DC) and MODIFIED CONDITION/DECISION COVERAGE(MCDC)?

1784


it is a language or tools?

1622


what is log files in qtp what is use

1600


Difference of Console, web & windows applications?

1591


19. Given a system that is described with the following equation, X=A+(B.(A̅+C)+C)+A.B.(D̅+E̅) a) Simplify the equation using Boolean Algebra. b) Implement the original and then the simplified equation with a digital circuit. c) Implement the original and then the simplified equation in ladder logic.

1252


write algo for cobol program whichuse three flat file to extract some specific information 8 marks mainframe

1564


1. Write a program to create a sentence at runtime and count number of vowels in it ? 2. Write a program to get a string and to convert the 1st letter of it to uppercase ?

3216


write a query that returns one row for each department and the number of employees in that department. Given two tables EMPLOYEE and DEPARTMENT, where there can be multiple employees per department.

1180