Dot Net Interview Questions – Set 12
When break is used inside two nested for loops, control comes out of which loop, the inner or the outer for loop? (I.e. does it break from all the present loops?) It breaks from the inner loop only. What is Marshaling? Marshaling is the process of transforming types in the managed and unmanaged code. Which … Read more