What do you mean by an array ? explain with an example
Answer Posted / sonerao
array is a collection of similar data type & allocate
memory in to continue
| Is This Answer Correct ? | 52 Yes | 7 No |
Post New Answer View All Answers
if 2 is passed as an argument to the method,void GC.Collect then what would be the result?
Difference between debugging, running, executing of an application
Hi all... I had completed MSC(Computer) and had join the construction company based on sap.they want me to work on abap.but software company is totally different from construction company and they want me 2 grasp it as fast i can.i am finding it difficult.what should i do??????
How to set fixed width in particular
When we use Windows authentication mode
what is the work of 1tier,2tier,&ntier? Plz Explain it!
Hi guyes, I have cleared 2 technical rounds with cts for liferay and java techonologies, i have client round next week, please tell me how to prepare for this what questions i should be ready to face?
What is diffrent between Method and and function in c#
what is apt_dump_score in datastage where it is useful
a characteristic of a multiprogramming is? a.simultaneous exe of pgm instr 4m 2 appli b.concurrent processing of 2 r more prgms c.multiple cpu s d.all the abov
Suppose we are doing 4 operations on database using service, first operation is successful but due to some reason remaining 3 operations are failed. I) is this transaction successful or not? ii) How can you give that error message to user?
Diff between IF and where ?
How to call a C++ function which is compiled with C++ compiler in C code?
Q2. A memory location has physical address D5687h. Compute: a. The offset address if the segment number is D445h. b. The segment number if the offset address is B577h.
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