GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Concepts  >  OOPS

 Print  |  
Question:  Array Address

Answer: Is it possible to change the address of an array?


November 11, 2007 03:30:27 #2
 kamal7725   Member Since: November 2007    Total Comments: 14 

RE: Array Address
 
No, not all.
And i don't see any condition in which i need to change the address of the array.
This is because if we allow to change the address of the array, there is no way get that memory address again, and memory leak would be there.
     

 

Back To Question