N
Navaneeth.K.N
Hi,
1 - If I write a code like string str = "Hello", how it is getting stored in
the memory ? Will it create an array and put the "H" in 0th location, and so
on. ?
2 - Is there any way to resize an array size in .NET ? I guess it's not
possible to do that.
Thanks
1 - If I write a code like string str = "Hello", how it is getting stored in
the memory ? Will it create an array and put the "H" in 0th location, and so
on. ?
2 - Is there any way to resize an array size in .NET ? I guess it's not
possible to do that.
Thanks