Pergunta de entrevista da empresa Amdocs

What is Malloc??

Respostas da entrevista

Sigiloso

20 de mai. de 2010

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

Sigiloso

20 de mai. de 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.