Amdocs interview question

What is Malloc??

Interview Answers

Anonymous

May 20, 2010

It is a subroutine to allocate dynamic memory during programming in C/C++.

Anonymous

May 20, 2010

Unlike ASP, ASP.NET uses the Common Language Runtime (CLR) provided by the .NET Framework. This CLR manages execution of the code we write. ASP.NET code is a compiled CLR code instead of interpreted code (ASP). CLR also allows objects written in different languages to interact with each other.