What do you mean by an array ? explain with an example
Answer Posted / piyush
An array is a data structure usef to store collections of similar values under a given name.
Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
qtp 9.2 14 days demo version was expired.I uninstalled how to reinstall this again
what is the work of 1tier,2tier,&ntier? Plz Explain it!
In loading programs into memory, what is the difference between load-time dynamic linking and run-time dynamic linking?
what is diff bet ref variable & instance of class
What is the first message line that any language learning prints on the screen? and why?
When will you use shell script/Perl ahead of C/C++?
You are given some denominations of coins in an array (int denom[])and infinite supply of all of them. Given an amount (int amount), find the minimum number of coins required to get the exact amount. What is the method called?
sample code for data transfer between two r/2 systems and r/3 systems?
If i have a dataset queried from Sql and I would like to insert the dataset into a specific node in an xml document how do I do this
what is the BAM? where we can use it in BizTalk server?
What is ur porject Architecture? If anyone ask what i have to specify here..
Can we write a method in JSP.If so how?
How to connect the .accdb database file of microsoft access to the Visual Basic 6.0 forms?
hii I inntrested abt scjp certification but i dont knw abt scjp plz send details abt scjp exam and syllabus.
Busy waiting is a method whereas a taskwaits for a given event by continiously checking for an event to occur. What is the main problem with this approach