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

Hai, My name is nisha.I have NIC exam.If anybody Knows NIC previous paper pattern pls send me to nishanairp@gmail.com

1944


I want sample papers for NIC Examination. Plz send them to my mail Id das.neelam@gmail.com . Plz send it today, tomorrow i've the exam.

1792


What is the use of Differ interface check box in Ship confirm?

2096


along with oracle which language will be beneficial to have knowledge with,java,.net,since i m doing oracle have appeared for 8th sem BEIT,plz suggest

1610


What are two of your strengths that you will bring to our QA/testing team?

1843


Definition of Singleton Class? what is the Purpose of it? what is the advantage?

1848


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

2044


why not instantiating servet using new operator?

1706


Given an array all of whose elements are positive numbers, find the maximum sum of a subsequence with the constraint that no 2 numbers in the sequence should be adjacent in the array. So 3 2 7 10 should return 13 (sum of 3 and 10) or 3 2 5 10 7 should return 15 (sum of 3, 5 and 7)

957


In loading programs into memory, what is the difference between load-time dynamic linking and run-time dynamic linking?

1852


Hello Experts, What is the difference between move and move corresponding exactly? please post me asap

1546


in IT trend mantis meant what? how to know mantis in IT trends? detail description about mantis?

1897


when we use mantis? how learn mantis?

1917


any drawback are there in mantis?

1860


1. Consider the following input and generate the object code using single pass assembler. JOHN START 0 USING *,15 L 1,FIVE A 1,FOUR ST 1,TEMP FOUR DC F’4’ FIVE DC F’5’ TEMP DS ‘F END

2594